Uses of Class
net.minecraft.network.syncher.SynchedEntityData.DataItem
Packages that use SynchedEntityData.DataItem
-
Uses of SynchedEntityData.DataItem in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher declared as SynchedEntityData.DataItemModifier and TypeFieldDescriptionprivate final @Nullable SynchedEntityData.DataItem<?>[]SynchedEntityData.Builder.itemsByIdprivate final SynchedEntityData.DataItem<?>[]SynchedEntityData.itemsByIdMethods in net.minecraft.network.syncher that return SynchedEntityData.DataItemModifier and TypeMethodDescriptionprivate <T> SynchedEntityData.DataItem<T> SynchedEntityData.getItem(EntityDataAccessor<T> accessor) Methods in net.minecraft.network.syncher with parameters of type SynchedEntityData.DataItemModifier and TypeMethodDescriptionprivate <T> voidSynchedEntityData.assignValue(SynchedEntityData.DataItem<T> dataItem, SynchedEntityData.DataValue<?> item) Constructors in net.minecraft.network.syncher with parameters of type SynchedEntityData.DataItemModifierConstructorDescriptionprivateSynchedEntityData(SyncedDataHolder entity, SynchedEntityData.DataItem<?>[] itemsById)