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