Interface HitboxEntity
public interface HitboxEntity
-
Method Summary
Modifier and TypeMethodDescriptiongetBone()intorg.bukkit.Location@Nullable OrientedBoundingBoxbooleanisValid()voidvoidqueueLocation(org.joml.Vector3f location)
-
Method Details
-
getBone
ModelBone getBone() -
getSubHitbox
SubHitbox getSubHitbox() -
getEntityId
int getEntityId() -
getUniqueId
UUID getUniqueId() -
queueLocation
void queueLocation(org.joml.Vector3f location) -
getLocation
org.bukkit.Location getLocation() -
getOrientedBoundingBox
-
markRemoved
void markRemoved() -
isValid
boolean isValid()
-