Class FurnitureSubEntity
-
- All Implemented Interfaces:
public final class FurnitureSubEntity
-
-
Constructor Summary
Constructors Constructor Description FurnitureSubEntity(FurnitureMechanic mechanic, ItemDisplay baseEntity, Collection<Integer> entityIds, List<BoundingBox> boundingBoxes)
-
Method Summary
Modifier and Type Method Description final UUIDgetBaseUuid()final IntegergetBaseId()final IntArrayListgetEntityIds()final ObjectArrayList<BoundingBox>getBoundingBoxes()final ItemDisplaybaseEntity()final VectorhitboxLocation(Integer entityId)final FurnitureMechanicmechanic()-
-
Constructor Detail
-
FurnitureSubEntity
FurnitureSubEntity(FurnitureMechanic mechanic, ItemDisplay baseEntity, Collection<Integer> entityIds, List<BoundingBox> boundingBoxes)
-
-
Method Detail
-
getBaseUuid
final UUID getBaseUuid()
-
getEntityIds
final IntArrayList getEntityIds()
-
getBoundingBoxes
final ObjectArrayList<BoundingBox> getBoundingBoxes()
-
baseEntity
final ItemDisplay baseEntity()
-
hitboxLocation
final Vector hitboxLocation(Integer entityId)
-
mechanic
final FurnitureMechanic mechanic()
-
-
-
-