Class QuestProgressClient
java.lang.Object
com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
com.pixelmonmod.pixelmon.quests.client.QuestProgressClient
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
abandonable, color, complete, dataLongMap, dataStringMap, desc, failed, filename, icon, identifier, markers, name, objectives, readyForTurnIn, repeatable, specialColor, visible, weight
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionformat
(ObjectiveDetail detail) format
(String key, ObjectiveDetail detail) getColor()
getDesc()
getIcon()
getName()
int
boolean
boolean
boolean
boolean
boolean
void
read
(net.minecraft.network.FriendlyByteBuf buf) void
update()
void
write
(QuestProgress progress, net.minecraft.network.FriendlyByteBuf buf)
-
Constructor Details
-
QuestProgressClient
public QuestProgressClient() -
QuestProgressClient
public QuestProgressClient(net.minecraft.network.FriendlyByteBuf buf)
-
-
Method Details
-
format
-
format
-
format
-
getFilename
-
getIdentifier
-
getMarkers
-
getColor
-
isSpecialColor
public boolean isSpecialColor() -
isAbandonable
public boolean isAbandonable() -
isRepeatable
public boolean isRepeatable() -
getWeight
public int getWeight() -
getIcon
-
isReadyForTurnIn
public boolean isReadyForTurnIn() -
isComplete
public boolean isComplete() -
getName
-
getObjectives
-
getDesc
-
update
public void update() -
read
public void read(net.minecraft.network.FriendlyByteBuf buf) - Overrides:
read
in classQuestProgressClientData
-
write
- Overrides:
write
in classQuestProgressClientData
-