Interface GeyserListEntityDataType<T>
- Type Parameters:
T-
- All Superinterfaces:
GeyserEntityDataType<List<T>>
Represents a list of objects for an entity data types
For example, there can be multiple hitboxes on an entity
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> GeyserListEntityDataType<T>API usage only, use the types defined inGeyserEntityDataTypesMethods inherited from interface org.geysermc.geyser.api.entity.data.GeyserEntityDataType
name, typeClass
-
Method Details
-
listTypeClass
-
of
API usage only, use the types defined inGeyserEntityDataTypes
-