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)
FurnitureSubEntity(FurnitureMechanic mechanic, UUID baseUuid, Integer baseId, Collection<Integer> entityIds, List<BoundingBox> boundingBoxes)
-
Method Summary
Modifier and Type Method Description final UUID
getBaseUuid()
final Integer
getBaseId()
final IntList
getEntityIds()
final List<BoundingBox>
getBoundingBoxes()
final Boolean
equalsBase(ItemDisplay baseEntity)
final ItemDisplay
baseEntity()
final Vector
hitboxLocation(Integer entityId)
final FurnitureMechanic
mechanic()
-
-
Constructor Detail
-
FurnitureSubEntity
FurnitureSubEntity(FurnitureMechanic mechanic, ItemDisplay baseEntity, Collection<Integer> entityIds, List<BoundingBox> boundingBoxes)
-
FurnitureSubEntity
FurnitureSubEntity(FurnitureMechanic mechanic, UUID baseUuid, Integer baseId, Collection<Integer> entityIds, List<BoundingBox> boundingBoxes)
-
-
Method Detail
-
getBaseUuid
final UUID getBaseUuid()
-
getEntityIds
final IntList getEntityIds()
-
getBoundingBoxes
final List<BoundingBox> getBoundingBoxes()
-
equalsBase
final Boolean equalsBase(ItemDisplay baseEntity)
-
baseEntity
final ItemDisplay baseEntity()
-
hitboxLocation
final Vector hitboxLocation(Integer entityId)
-
mechanic
final FurnitureMechanic mechanic()
-
-
-
-