Class AttributeFactory
java.lang.Object
zombie.entity.components.attributes.AttributeFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeInstanceCreate(AttributeType attributeType) static <T extends AttributeInstance>
TCreateTyped(AttributeType attributeType) static voidReset()
-
Constructor Details
-
AttributeFactory
public AttributeFactory()
-
-
Method Details
-
Reset
public static void Reset() -
CreateTyped
-
Create
-