Uses of Class
net.citizensnpcs.api.util.BoundingBox
Package
Description
-
Uses of BoundingBox in net.citizensnpcs.api.astar.pathfinder
Modifier and TypeMethodDescriptionprotected BoundingBox
AsyncChunkSnapshotBlockSource.getCollisionBox
(ChunkSnapshot chunk, int x, int y, int z) abstract BoundingBox
BlockSource.getCollisionBox
(int x, int y, int z) BlockSource.getCollisionBox
(Vector pos) CachingChunkBlockSource.getCollisionBox
(int x, int y, int z) protected abstract BoundingBox
CachingChunkBlockSource.getCollisionBox
(T chunk, int x, int y, int z) protected BoundingBox
ChunkBlockSource.getCollisionBox
(Chunk chunk, int x, int y, int z) protected BoundingBox
ChunkSnapshotBlockSource.getCollisionBox
(ChunkSnapshot chunk, int x, int y, int z) -
Uses of BoundingBox in net.citizensnpcs.api.util
Modifier and TypeFieldDescriptionstatic final BoundingBox
BoundingBox.EMPTY
static final BoundingBox
BoundingBox.ONE
Modifier and TypeMethodDescriptionBoundingBox.add
(int x, int y, int z) BoundingBox.clone()
static BoundingBox
BoundingBox.convert
(BoundingBox bukkit) BoundingBox.mul
(double scale) BoundingBox.mul
(double x, double y, double z) -
Uses of BoundingBox in net.citizensnpcs.npc.ai
Modifier and TypeMethodDescriptionprotected BoundingBox
NMSChunkBlockSource.getCollisionBox
(Chunk chunk, int x, int y, int z) -
Uses of BoundingBox in net.citizensnpcs.trait
Modifier and TypeMethodDescriptionvoid
BoundingBoxTrait.setBoundingBoxFunction
(Function<EntityDim, BoundingBox> func) -
Uses of BoundingBox in net.citizensnpcs.util
Modifier and TypeMethodDescriptionstatic BoundingBox
NMS.getBoundingBox
(Entity handle) NMSBridge.getBoundingBox
(Entity handle) static BoundingBox
NMS.getCollisionBox
(Block block) static BoundingBox
NMS.getCollisionBox
(BlockData blockdata) default BoundingBox
NMSBridge.getCollisionBox
(Object blockdata) NMSBridge.getCollisionBox
(Block block) Modifier and TypeMethodDescriptionstatic void
NMS.setBoundingBox
(Entity entity, BoundingBox box) void
NMSBridge.setBoundingBox
(Entity entity, BoundingBox box)