Class FallingBlockEntity

java.lang.Object
org.geysermc.geyser.entity.type.Entity
org.geysermc.geyser.entity.type.FallingBlockEntity
All Implemented Interfaces:
org.geysermc.geyser.api.entity.type.GeyserEntity

public class FallingBlockEntity extends Entity
  • Constructor Details

    • FallingBlockEntity

      public FallingBlockEntity(GeyserSession session, int entityId, long geyserId, UUID uuid, org.cloudburstmc.math.vector.Vector3f position, org.cloudburstmc.math.vector.Vector3f motion, float yaw, float pitch, float headYaw, int javaId)
  • Method Details

    • setGravity

      public void setGravity(org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.type.BooleanEntityMetadata entityMetadata)
      Overrides:
      setGravity in class Entity