Interface PropertyType<Type,NetworkRepresentation extends org.cloudburstmc.protocol.bedrock.data.entity.EntityProperty>

All Superinterfaces:
org.geysermc.geyser.api.entity.property.GeyserEntityProperty<Type>
All Known Subinterfaces:
AbstractEnumProperty<T>
All Known Implementing Classes:
BooleanProperty, EnumProperty, FloatProperty, IntProperty, StringEnumProperty

public interface PropertyType<Type,NetworkRepresentation extends org.cloudburstmc.protocol.bedrock.data.entity.EntityProperty> extends org.geysermc.geyser.api.entity.property.GeyserEntityProperty<Type>