Class ResourceBlueprint
java.lang.Object
zombie.entity.components.resources.ResourceBlueprint
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceBlueprint
alloc
(String string0, ResourceType resourceType, ResourceIO resourceIO, float float0, String string1, ResourceChannel resourceChannel, EnumBitStore<ResourceFlag> enumBitStore) static ResourceBlueprint
Deserialize
(String arg0) static ResourceBlueprint
Deserialize
(ResourceBlueprint arg0, String arg1) static ResourceBlueprint
Deserialize
(ResourceBlueprint arg0, String arg1, boolean arg2) static ResourceBlueprint
DeserializeFromScript
(String arg0) float
int
getId()
getIO()
getType()
boolean
hasFlag
(ResourceFlag arg0) boolean
static void
release
(ResourceBlueprint arg0) static String
Serialize
(String string0, ResourceType resourceType, ResourceIO resourceIO, float float0, boolean boolean0, String string1, ResourceChannel resourceChannel, EnumBitStore<ResourceFlag> enumBitStore) static String
Serialize
(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
-