Class GeyserListEntityDataImpl<ListType>

java.lang.Object
org.geysermc.geyser.impl.entity.GeyserEntityDataImpl<List<ListType>>
org.geysermc.geyser.impl.entity.GeyserListEntityDataImpl<ListType>
All Implemented Interfaces:
org.geysermc.geyser.api.entity.data.GeyserEntityDataType<List<ListType>>, org.geysermc.geyser.api.entity.data.GeyserListEntityDataType<ListType>

public class GeyserListEntityDataImpl<ListType> extends GeyserEntityDataImpl<List<ListType>> implements org.geysermc.geyser.api.entity.data.GeyserListEntityDataType<ListType>