Interface GeyserListEntityDataType<T>
- Type Parameters:
T- the object type in the list
- All Superinterfaces:
GeyserEntityDataType<List<T>>
Represents a list of objects for specific entity data types.
For example, there can be multiple hitboxes on an entity.
- Since:
- 2.11.0
-
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
-
listEntryClass
- Returns:
- the class of the list entries
- Since:
- 2.11.0
-
of
API usage only, use the types defined inGeyserEntityDataTypes- Since:
- 2.11.0
-