Uses of Class
net.minecraft.network.syncher.SynchedEntityData.DataItem
Packages that use SynchedEntityData.DataItem
-
Uses of SynchedEntityData.DataItem in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type SynchedEntityData.DataItemModifier and TypeFieldDescriptionprivate final List<SynchedEntityData.DataItem<?>>
ClientboundSetEntityDataPacket.packedItems
Methods in net.minecraft.network.protocol.game that return types with arguments of type SynchedEntityData.DataItem -
Uses of SynchedEntityData.DataItem in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type SynchedEntityData.DataItemModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<SynchedEntityData.DataItem<?>>
SynchedEntityData.itemsById
Methods in net.minecraft.network.syncher that return SynchedEntityData.DataItemModifier and TypeMethodDescriptionSynchedEntityData.DataItem.copy()
private static <T> SynchedEntityData.DataItem<T>
SynchedEntityData.genericHelper
(FriendlyByteBuf p_135364_, int p_135365_, EntityDataSerializer<T> p_135366_) private <T> SynchedEntityData.DataItem<T>
SynchedEntityData.getItem
(EntityDataAccessor<T> p_135380_) Methods in net.minecraft.network.syncher that return types with arguments of type SynchedEntityData.DataItemModifier and TypeMethodDescriptionSynchedEntityData.getAll()
SynchedEntityData.packDirty()
static List<SynchedEntityData.DataItem<?>>
SynchedEntityData.unpack
(FriendlyByteBuf p_135362_) Methods in net.minecraft.network.syncher with parameters of type SynchedEntityData.DataItemModifier and TypeMethodDescriptionprivate <T> void
SynchedEntityData.assignValue
(SynchedEntityData.DataItem<T> p_135376_, SynchedEntityData.DataItem<?> p_135377_) private static <T> void
SynchedEntityData.writeDataItem
(FriendlyByteBuf p_135368_, SynchedEntityData.DataItem<T> p_135369_) Method parameters in net.minecraft.network.syncher with type arguments of type SynchedEntityData.DataItemModifier and TypeMethodDescriptionvoid
SynchedEntityData.assignValues
(List<SynchedEntityData.DataItem<?>> p_135357_) static void
SynchedEntityData.pack
(List<SynchedEntityData.DataItem<?>> p_135359_, FriendlyByteBuf p_135360_)