public class ItemedFireballEntity extends ThrowableEntity
| Modifier and Type | Field and Description |
|---|---|
protected int |
futureTicks
The number of ticks to advance movement before sending to Bedrock
|
lastJavaPositionattributes, entityId, entityType, geyserId, metadata, motion, onGround, passengers, position, rotation, valid| Constructor and Description |
|---|
ItemedFireballEntity(long entityId,
long geyserId,
EntityType entityType,
com.nukkitx.math.vector.Vector3f position,
com.nukkitx.math.vector.Vector3f motion,
com.nukkitx.math.vector.Vector3f rotation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
moveAbsoluteImmediate(GeyserSession session,
com.nukkitx.math.vector.Vector3f position,
com.nukkitx.math.vector.Vector3f rotation,
boolean isOnGround,
boolean teleported) |
void |
tick(GeyserSession session)
Updates the position for the Bedrock client.
|
despawnEntity, getDrag, getGravity, isInWater, moveAbsolute, moveRelativeas, getBedrockRotation, is, isShaking, moveAbsolute, moveRelative, setDimensions, setFreezing, spawnEntity, teleport, updateBedrockAttributes, updateBedrockMetadata, updateBedrockMetadata, updateHeadLookRotation, updatePositionAndRotation, updateRotationprotected int futureTicks
public ItemedFireballEntity(long entityId,
long geyserId,
EntityType entityType,
com.nukkitx.math.vector.Vector3f position,
com.nukkitx.math.vector.Vector3f motion,
com.nukkitx.math.vector.Vector3f rotation)
protected void moveAbsoluteImmediate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f rotation, boolean isOnGround, boolean teleported)
moveAbsoluteImmediate in class ThrowableEntitypublic void tick(GeyserSession session)
ThrowableEntitytick in interface Tickabletick in class ThrowableEntityCopyright © 2021 GeyserMC. All rights reserved.