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> key) Methods in net.minecraft.network.syncher with parameters of type SynchedEntityData.DataItemModifier and TypeMethodDescriptionprivate <T> void
SynchedEntityData.assignValue
(SynchedEntityData.DataItem<T> target, SynchedEntityData.DataValue<?> entry) Constructors in net.minecraft.network.syncher with parameters of type SynchedEntityData.DataItemModifierConstructorDescription(package private)
SynchedEntityData
(SyncedDataHolder entity, SynchedEntityData.DataItem<?>[] itemsById)