public interface MinecraftEntity
| Modifier and Type | Method and Description |
|---|---|
double |
getEyeHeight() |
float |
getHitBoxHeight() |
float |
getHitBoxWidth() |
int |
getId()
Gets the entity id
|
<T> T |
getInstance()
Gets the backed entity object
|
@NotNull Pos3d |
getLookAngle() |
@NotNull Pos3d |
getLookAngle(@NotNull Pos3d lookAngle) |
@NotNull Pos3d |
getPosition() |
@NotNull Pos3d |
getPosition(@NotNull Pos3d position) |
@NotNull java.util.UUID |
getUUID() |
boolean |
isInvisibleTo(@NotNull MinecraftPlayerEntity player) |
int getId()
@NotNull @NotNull java.util.UUID getUUID()
@NotNull @NotNull Pos3d getPosition()
@NotNull @NotNull Pos3d getLookAngle()
double getEyeHeight()
float getHitBoxWidth()
float getHitBoxHeight()
boolean isInvisibleTo(@NotNull
@NotNull MinecraftPlayerEntity player)
<T> T getInstance()