Package org.geysermc.geyser.impl.entity
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>
-
Field Summary
FieldsFields inherited from class org.geysermc.geyser.impl.entity.GeyserEntityDataImpl
TRACKED_ENTITY_DATA -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.geysermc.geyser.impl.entity.GeyserEntityDataImpl
lookup, name, typeClass, update, valueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.geyser.api.entity.data.GeyserEntityDataType
name, typeClass
-
Field Details
-
TYPES
-
-
Constructor Details
-
GeyserListEntityDataImpl
-
-
Method Details
-
listEntryClass
- Specified by:
listEntryClassin interfaceorg.geysermc.geyser.api.entity.data.GeyserListEntityDataType<ListType>
-
lookup
public static GeyserListEntityDataImpl<?> lookup(Class<?> clazz, Class<?> listTypeClass, String name)
-