Uses of Class
net.minecraft.network.datasync.EntityDataManager.DataEntry
-
Uses of EntityDataManager.DataEntry in net.minecraft.network.datasync
Modifier and TypeFieldDescriptionprivate final Map<Integer,
EntityDataManager.DataEntry<?>> EntityDataManager.itemsById
Modifier 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_) Modifier and TypeMethodDescriptionEntityDataManager.getAll()
EntityDataManager.packDirty()
static List<EntityDataManager.DataEntry<?>>
EntityDataManager.unpack
(PacketBuffer p_187215_0_) Modifier and TypeMethodDescriptionprivate <T> void
EntityDataManager.assignValue
(EntityDataManager.DataEntry<T> p_187224_1_, EntityDataManager.DataEntry<?> p_187224_2_) private static <T> void
EntityDataManager.writeDataItem
(PacketBuffer p_187220_0_, EntityDataManager.DataEntry<T> p_187220_1_) Modifier and TypeMethodDescriptionvoid
EntityDataManager.assignValues
(List<EntityDataManager.DataEntry<?>> p_187218_1_) static void
EntityDataManager.pack
(List<EntityDataManager.DataEntry<?>> p_187229_0_, PacketBuffer p_187229_1_) -
Uses of EntityDataManager.DataEntry in net.minecraft.network.play.server
Modifier and TypeFieldDescriptionprivate List<EntityDataManager.DataEntry<?>>
SEntityMetadataPacket.packedItems