Class ResourceBlueprint
java.lang.Object
zombie.entity.components.resources.ResourceBlueprint
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceBlueprintalloc(String string0, ResourceType resourceType, ResourceIO resourceIO, float float0, String string1, ResourceChannel resourceChannel, EnumBitStore<ResourceFlag> enumBitStore) static ResourceBlueprintDeserialize(String arg0) static ResourceBlueprintDeserialize(ResourceBlueprint arg0, String arg1) static ResourceBlueprintDeserialize(ResourceBlueprint arg0, String arg1, boolean arg2) static ResourceBlueprintDeserializeFromScript(String arg0) floatintgetId()getIO()getType()booleanhasFlag(ResourceFlag arg0) booleanstatic voidrelease(ResourceBlueprint arg0) static StringSerialize(String string0, ResourceType resourceType, ResourceIO resourceIO, float float0, boolean boolean0, String string1, ResourceChannel resourceChannel, EnumBitStore<ResourceFlag> enumBitStore) static StringSerialize(ResourceBlueprint arg0)
-
Field Details
-
serialElementSeparator
- See Also:
-
serialSubSeparator
- See Also:
-
-
Method Details
-
alloc
public static ResourceBlueprint alloc(String string0, ResourceType resourceType, ResourceIO resourceIO, float float0, String string1, ResourceChannel resourceChannel, EnumBitStore<ResourceFlag> enumBitStore) -
release
-
getId
-
getType
-
getIO
-
getCapacity
public float getCapacity() -
isStackAnyItem
public boolean isStackAnyItem() -
getChannel
-
hasFlag
-
getFlagBits
public int getFlagBits() -
getFilter
-
Serialize
-
Serialize
public static String Serialize(String string0, ResourceType resourceType, ResourceIO resourceIO, float float0, boolean boolean0, String string1, ResourceChannel resourceChannel, EnumBitStore<ResourceFlag> enumBitStore) -
DeserializeFromScript
-
Deserialize
-
Deserialize
-
Deserialize
-