Interface GeyserListEntityDataType<T>

Type Parameters:
T - the object type in the list
All Superinterfaces:
GeyserEntityDataType<List<T>>

public interface GeyserListEntityDataType<T> extends GeyserEntityDataType<List<T>>
Represents a list of objects for specific entity data types. For example, there can be multiple hitboxes on an entity.