Class DisplayBaseEntity

java.lang.Object
org.geysermc.geyser.entity.type.Entity
org.geysermc.geyser.entity.type.DisplayBaseEntity
All Implemented Interfaces:
org.geysermc.geyser.api.entity.type.GeyserEntity
Direct Known Subclasses:
TextDisplayEntity

public class DisplayBaseEntity extends Entity
  • Constructor Details

  • Method Details

    • setTranslation

      public void setTranslation(org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.EntityMetadata<org.cloudburstmc.math.vector.Vector3f,?> translationMeta)
    • getTranslation

      public org.cloudburstmc.math.vector.Vector3f getTranslation()
    • bedrockPosition

      public org.cloudburstmc.math.vector.Vector3f bedrockPosition()
      Description copied from class: Entity
      Gets the Bedrock edition position with the offset applied
      Overrides:
      bedrockPosition in class Entity