Package org.geysermc.connector.entity
Class AbstractArrowEntity
java.lang.Object
org.geysermc.connector.entity.Entity
org.geysermc.connector.entity.AbstractArrowEntity
- Direct Known Subclasses:
TippedArrowEntity,TridentEntity
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractArrowEntity(long entityId, long geyserId, EntityType entityType, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, com.nukkitx.math.vector.Vector3f rotation) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMotion(com.nukkitx.math.vector.Vector3f motion)voidsetRotation(com.nukkitx.math.vector.Vector3f rotation)voidupdateBedrockMetadata(com.github.steveice10.mc.protocol.data.game.entity.metadata.EntityMetadata entityMetadata, GeyserSession session)Applies the Java metadata to the local Bedrock metadata copyMethods inherited from class org.geysermc.connector.entity.Entity
addAdditionalSpawnData, as, despawnEntity, getBedrockRotation, getMaxAir, is, isShaking, moveAbsolute, moveAbsolute, moveRelative, moveRelative, setAir, setDimensions, setFreezing, setInvisible, spawnEntity, teleport, updateBedrockMetadata, updateHeadLookRotation, updatePositionAndRotation, updateRotation
-
Constructor Details
-
AbstractArrowEntity
public AbstractArrowEntity(long entityId, long geyserId, EntityType entityType, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, com.nukkitx.math.vector.Vector3f rotation)
-
-
Method Details
-
updateBedrockMetadata
public void updateBedrockMetadata(com.github.steveice10.mc.protocol.data.game.entity.metadata.EntityMetadata entityMetadata, GeyserSession session)Description copied from class:EntityApplies the Java metadata to the local Bedrock metadata copy- Overrides:
updateBedrockMetadatain classEntity- Parameters:
entityMetadata- the Java entity metadatasession- GeyserSession
-
setRotation
public void setRotation(com.nukkitx.math.vector.Vector3f rotation) -
setMotion
public void setMotion(com.nukkitx.math.vector.Vector3f motion)
-