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.packedItemsMethods 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.itemsByIdMethods 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> voidSynchedEntityData.assignValue(SynchedEntityData.DataItem<T> p_135376_, SynchedEntityData.DataItem<?> p_135377_) private static <T> voidSynchedEntityData.writeDataItem(FriendlyByteBuf p_135368_, SynchedEntityData.DataItem<T> p_135369_) Method parameters in net.minecraft.network.syncher with type arguments of type SynchedEntityData.DataItemModifier and TypeMethodDescriptionvoidSynchedEntityData.assignValues(List<SynchedEntityData.DataItem<?>> p_135357_) static voidSynchedEntityData.pack(List<SynchedEntityData.DataItem<?>> p_135359_, FriendlyByteBuf p_135360_)