Object IFurniturePacketManager.Companion
-
- All Implemented Interfaces:
public class IFurniturePacketManager.Companion
-
-
Field Summary
-
Method Summary
-
-
Method Detail
-
updateBaseEntity
final Unit updateBaseEntity(ItemDisplay baseEntity, FurnitureMechanic mechanic)
-
baseEntityFromHitbox
final ItemDisplay baseEntityFromHitbox(Integer entityId)
-
baseEntityFromHitbox
final ItemDisplay baseEntityFromHitbox(Location location)
-
baseEntityFromHitbox
final ItemDisplay baseEntityFromHitbox(BlockLocation location, World world)
-
baseEntityFromLight
final ItemDisplay baseEntityFromLight(BlockLocation location, World world)
-
mechanicFromHitbox
final FurnitureMechanic mechanicFromHitbox(Integer entityId)
-
mechanicFromHitbox
final FurnitureMechanic mechanicFromHitbox(BlockLocation location)
-
hitboxLocFromId
final Location hitboxLocFromId(Integer entityId, World world)
-
standingOnFurniture
final Boolean standingOnFurniture(Player player)
-
blockIsHitbox
final Boolean blockIsHitbox(Vector vec, World world, UUID excludeUUID)
-
blockIsHitbox
final Boolean blockIsHitbox(Block block, UUID excludeUUID, Boolean collisionOnly)
-
blockIsHitbox
final Boolean blockIsHitbox(Location location, UUID excludeUUID)
-
blockIsLight
final Boolean blockIsLight(Vector vec, World world, UUID excludeUUID)
-
packBlockPos
final Long packBlockPos(Integer x, Integer y, Integer z)
-
packChunkPos
final Long packChunkPos(Integer x, Integer z)
-
storeBarrierHitboxLocations
final Unit storeBarrierHitboxLocations(UUID uuid, World world, Array<Location> locations)
-
storeLightLocations
final Unit storeLightLocations(UUID uuid, World world, Array<Location> locations)
-
removeBarrierHitboxLocations
final Unit removeBarrierHitboxLocations(UUID uuid)
-
removeLightLocations
final Unit removeLightLocations(UUID uuid)
-
getBARRIER_DATA
final Waterlogged getBARRIER_DATA()
-
getBARRIER_DATA_WATERLOGGED
final <Error class: unknown class> getBARRIER_DATA_WATERLOGGED()
-
getAIR_DATA
final BlockData getAIR_DATA()
-
getWATER_DATA
final BlockData getWATER_DATA()
-
getEntityIdMap
final Map<Integer, UUID> getEntityIdMap()
-
getFurnitureBaseMap
final Map<UUID, FurnitureBaseEntity> getFurnitureBaseMap()
-
getBarrierHitboxPositionMap
final Map<UUID, Array<BarrierHitbox>> getBarrierHitboxPositionMap()
-
getBarrierHitboxLocationMap
final Map<UUID, Array<Location>> getBarrierHitboxLocationMap()
-
getLightPositionMap
final Map<UUID, Array<LightBlock>> getLightPositionMap()
-
getLightLocationMap
final Map<UUID, Array<Location>> getLightLocationMap()
-
getLightSendPacketMap
final Map<UUID, IFurniturePacket> getLightSendPacketMap()
-
getLightRemovePacketMap
final Map<UUID, IFurniturePacket> getLightRemovePacketMap()
-
getInteractionHitboxPacketMap
final Map<UUID, Array<IFurniturePacket>> getInteractionHitboxPacketMap()
-
getShulkerHitboxPacketMap
final Map<UUID, Array<IFurniturePacket>> getShulkerHitboxPacketMap()
-
getGhastHitboxPacketMap
final Map<UUID, Array<IFurniturePacket>> getGhastHitboxPacketMap()
-
getInteractionHitboxIdMap
final Map<UUID, FurnitureHitboxEntity> getInteractionHitboxIdMap()
-
getShulkerHitboxIdMap
final Map<UUID, FurnitureHitboxEntity> getShulkerHitboxIdMap()
-
getGhastHitboxIdMap
final Map<UUID, FurnitureHitboxEntity> getGhastHitboxIdMap()
-
-
-
-