Class GeyserEntityDataTypes
java.lang.Object
org.geysermc.geyser.api.entity.data.GeyserEntityDataTypes
Contains
GeyserEntityDataType types which can be used to change the
current value stored for a specific entity data type.- Since:
- 2.11.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GeyserEntityDataType<Byte> Represents a single-byte value used for color types (e.g., sheep wool color).static final GeyserEntityDataType<Float> Represents the entity's height.static final GeyserListEntityDataType<Hitbox> Represents custom hitboxes for entities, or an empty list if none are set.static final GeyserEntityDataType<Float> Represents the scale multiplier.static final GeyserEntityDataType<Boolean> todo: documentstatic final GeyserEntityDataType<Boolean> todo: documentstatic final GeyserEntityDataType<Float> The degrees of rotation the seat is locked to the rider's rotation This is used for boats or happy ghasts in the vanilla game.static final GeyserEntityDataType<org.cloudburstmc.math.vector.Vector3f> Represents the entity's seat offset, which is used when riding another entitystatic final GeyserEntityDataType<Float> todo: documentstatic final GeyserEntityDataType<Integer> Represents a numeric variant index that can be queried in resource packs.static final GeyserEntityDataType<Float> Represents the entity's vertical offset.static final GeyserEntityDataType<Float> Represents the entity's width. -
Method Summary
-
Field Details
-
COLOR
Represents a single-byte value used for color types (e.g., sheep wool color).- Since:
- 2.11.0
-
VARIANT
Represents a numeric variant index that can be queried in resource packs.- Since:
- 2.11.0
-
WIDTH
Represents the entity's width.- Since:
- 2.11.0
-
HEIGHT
Represents the entity's height.- Since:
- 2.11.0
-
VERTICAL_OFFSET
Represents the entity's vertical offset.- Since:
- 2.11.0
-
SCALE
Represents the scale multiplier.- Since:
- 2.11.0
-
HITBOXES
Represents custom hitboxes for entities, or an empty list if none are set.- Since:
- 2.11.0
-
SEAT_OFFSET
Represents the entity's seat offset, which is used when riding another entity- Since:
- 2.11.0
-
SEAT_LOCK_RIDER_ROTATION
todo: document- Since:
- 2.11.0
-
SEAT_LOCK_RIDER_ROTATION_DEGREES
The degrees of rotation the seat is locked to the rider's rotation This is used for boats or happy ghasts in the vanilla game.- Since:
- 2.11.0
-
SEAT_HAS_ROTATION
todo: document- Since:
- 2.11.0
-
SEAT_ROTATION_OFFSET_DEGREES
todo: document- Since:
- 2.11.0
-