Package | Description |
---|---|
com.jonathan.survivor.entity |
Modifier and Type | Method and Description |
---|---|
ItemObject.ItemState |
ItemObject.getItemState()
Gets the ItemState which determines which animation the object should be playing when dropped into the world.
|
static ItemObject.ItemState |
ItemObject.ItemState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemObject.ItemState[] |
ItemObject.ItemState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemObject.setItemState(ItemObject.ItemState itemState)
Sets the ItemState which determines which animation the object should be playing when dropped into the world.
|