Uses of Class
net.minecraft.network.datasync.EntityDataManager.DataEntry
Packages that use EntityDataManager.DataEntry
-
Uses of EntityDataManager.DataEntry in net.minecraft.network.datasync
Fields in net.minecraft.network.datasync with type parameters of type EntityDataManager.DataEntryModifier and TypeFieldDescriptionprivate final Map<Integer,EntityDataManager.DataEntry<?>> EntityDataManager.itemsByIdMethods in net.minecraft.network.datasync that return EntityDataManager.DataEntryModifier and TypeMethodDescriptionEntityDataManager.DataEntry.copy()private static <T> EntityDataManager.DataEntry<T>EntityDataManager.genericHelper(PacketBuffer p_198167_0_, int p_198167_1_, IDataSerializer<T> p_198167_2_) private <T> EntityDataManager.DataEntry<T>EntityDataManager.getItem(DataParameter<T> p_187219_1_) Methods in net.minecraft.network.datasync that return types with arguments of type EntityDataManager.DataEntryModifier and TypeMethodDescriptionEntityDataManager.getAll()EntityDataManager.packDirty()static List<EntityDataManager.DataEntry<?>>EntityDataManager.unpack(PacketBuffer p_187215_0_) Methods in net.minecraft.network.datasync with parameters of type EntityDataManager.DataEntryModifier and TypeMethodDescriptionprivate <T> voidEntityDataManager.assignValue(EntityDataManager.DataEntry<T> p_187224_1_, EntityDataManager.DataEntry<?> p_187224_2_) private static <T> voidEntityDataManager.writeDataItem(PacketBuffer p_187220_0_, EntityDataManager.DataEntry<T> p_187220_1_) Method parameters in net.minecraft.network.datasync with type arguments of type EntityDataManager.DataEntryModifier and TypeMethodDescriptionvoidEntityDataManager.assignValues(List<EntityDataManager.DataEntry<?>> p_187218_1_) static voidEntityDataManager.pack(List<EntityDataManager.DataEntry<?>> p_187229_0_, PacketBuffer p_187229_1_) -
Uses of EntityDataManager.DataEntry in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server with type parameters of type EntityDataManager.DataEntryModifier and TypeFieldDescriptionprivate List<EntityDataManager.DataEntry<?>>SEntityMetadataPacket.packedItemsMethods in net.minecraft.network.play.server that return types with arguments of type EntityDataManager.DataEntry