Class Hierarchy
- java.lang.Object
- java.lang.Record
- org.geysermc.geyser.entity.properties.type.BooleanProperty (implements org.geysermc.geyser.api.entity.property.type.GeyserBooleanEntityProperty, org.geysermc.geyser.entity.properties.type.PropertyType<Type,NetworkRepresentation>)
- org.geysermc.geyser.entity.properties.type.EnumProperty<E> (implements org.geysermc.geyser.entity.properties.type.AbstractEnumProperty<T>, org.geysermc.geyser.api.entity.property.type.GeyserEnumEntityProperty<E>)
- org.geysermc.geyser.entity.properties.type.FloatProperty (implements org.geysermc.geyser.api.entity.property.type.GeyserFloatEntityProperty, org.geysermc.geyser.entity.properties.type.PropertyType<Type,NetworkRepresentation>)
- org.geysermc.geyser.entity.properties.type.IntProperty (implements org.geysermc.geyser.api.entity.property.type.GeyserIntEntityProperty, org.geysermc.geyser.entity.properties.type.PropertyType<Type,NetworkRepresentation>)
- org.geysermc.geyser.entity.properties.type.StringEnumProperty (implements org.geysermc.geyser.entity.properties.type.AbstractEnumProperty<T>, org.geysermc.geyser.api.entity.property.type.GeyserStringEnumProperty)
Interface Hierarchy
- org.geysermc.geyser.api.entity.property.GeyserEntityProperty<T>
- org.geysermc.geyser.entity.properties.type.PropertyType<Type,NetworkRepresentation>