Interface VolatileEntityHandlerDisabled
public interface VolatileEntityHandlerDisabled
-
Method Summary
Modifier and TypeMethodDescriptionaddNBTData
(AbstractEntity entity, String key, Tag value) default void
forceCloseWindow
(AbstractPlayer target) default void
forcePlayCredits
(AbstractPlayer target, float f) float
getNBTData
(AbstractEntity entity) boolean
isEntityInMotion
(AbstractEntity entity) default void
void
setArmorStandNoGravity
(AbstractEntity target) void
setEntityAbsorptionHearts
(AbstractEntity entity, float value) void
setEntityRotation
(AbstractEntity target, float pitch, float yaw) default void
setHitBox
(AbstractEntity target, double a0, double a1, double a2) default void
setItemPosition
(AbstractEntity target, AbstractLocation ol) default void
setLocation
(AbstractEntity entity, double x, double y, double z, float yaw, float pitch) void
setLocation
(AbstractEntity entity, double x, double y, double z, float yaw, float pitch, boolean noRotation, boolean noGravity) default void
setLocation
(AbstractEntity entity, AbstractLocation location) setNBTData
(AbstractEntity entity, CompoundTag compoundTag) default void
setPlayerWorldBorder
(AbstractPlayer target, AbstractLocation center, int radius) void
setSkybox
(AbstractPlayer target, int skybox)
-
Method Details
-
addNBTData
-
getNBTData
-
setNBTData
-
isEntityInMotion
-
setLocation
-
setLocation
default void setLocation(AbstractEntity entity, double x, double y, double z, float yaw, float pitch) -
setLocation
void setLocation(AbstractEntity entity, double x, double y, double z, float yaw, float pitch, boolean noRotation, boolean noGravity) -
setHitBox
-
setItemPosition
-
sendEntityTeleportPacket
-
setEntityRotation
-
setArmorStandNoGravity
-
setSkybox
-
forcePlayCredits
-
forceCloseWindow
-
setPlayerWorldBorder
-
getEntityAbsorptionHearts
-
setEntityAbsorptionHearts
-