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 SynchedEntityData.DataItem<?>[]
SynchedEntityData.Builder.itemsById
private final SynchedEntityData.DataItem<?>[]
SynchedEntityData.itemsById
Methods in net.minecraft.network.syncher that return SynchedEntityData.DataItemModifier and TypeMethodDescriptionprivate <T> SynchedEntityData.DataItem
<T> SynchedEntityData.getItem
(EntityDataAccessor<T> pKey) Methods in net.minecraft.network.syncher with parameters of type SynchedEntityData.DataItemModifier and TypeMethodDescriptionprivate <T> void
SynchedEntityData.assignValue
(SynchedEntityData.DataItem<T> pTarget, SynchedEntityData.DataValue<?> pEntry) Constructors in net.minecraft.network.syncher with parameters of type SynchedEntityData.DataItemModifierConstructorDescription(package private)
SynchedEntityData
(SyncedDataHolder pEntity, SynchedEntityData.DataItem<?>[] pItemsById)