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 UUIDgetBaseUuid()final IntegergetBaseId()final IntListgetEntityIds()final List<BoundingBox>getBoundingBoxes()final BooleanequalsBase(ItemDisplay baseEntity)final ItemDisplaybaseEntity()final VectorhitboxLocation(Integer entityId)final FurnitureMechanicmechanic()-
-
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()
-
-
-
-