Class FurnitureBaseEntity
-
- All Implemented Interfaces:
public final class FurnitureBaseEntity
-
-
Constructor Summary
Constructors Constructor Description FurnitureBaseEntity(ItemDisplay baseEntity, FurnitureMechanic mechanic)
-
Method Summary
Modifier and Type Method Description final ItemStack
getItemStack()
final UUID
getBaseUuid()
final Integer
getBaseId()
final String
getFurnitureId()
final Unit
refreshItem(ItemDisplay baseEntity)
final Unit
itemStack(ItemStack item, ItemDisplay baseEntity)
final ItemDisplay
baseEntity()
final FurnitureMechanic
mechanic()
Boolean
equals(Object other)
Integer
hashCode()
-
-
Constructor Detail
-
FurnitureBaseEntity
FurnitureBaseEntity(ItemDisplay baseEntity, FurnitureMechanic mechanic)
-
-
Method Detail
-
getItemStack
final ItemStack getItemStack()
-
getBaseUuid
final UUID getBaseUuid()
-
getFurnitureId
final String getFurnitureId()
-
refreshItem
final Unit refreshItem(ItemDisplay baseEntity)
-
baseEntity
final ItemDisplay baseEntity()
-
mechanic
final FurnitureMechanic mechanic()
-
-
-
-