Uses of Record Class
net.minecraft.entity.data.DataTracker.class_7834
Packages that use DataTracker.class_7834
-
Uses of DataTracker.class_7834 in net.minecraft.entity.data
Methods in net.minecraft.entity.data that return DataTracker.class_7834Modifier and TypeMethodDescriptionDataTracker.Entry.method_46359()static <T> DataTracker.class_7834<T>DataTracker.class_7834.method_46360(TrackedData<T> trackedData, T t) static DataTracker.class_7834<?>DataTracker.class_7834.method_46362(PacketByteBuf packetByteBuf, int int2) private static <T> DataTracker.class_7834<T>DataTracker.class_7834.method_46363(PacketByteBuf packetByteBuf, int int2, TrackedDataHandler<T> trackedDataHandler) Methods in net.minecraft.entity.data that return types with arguments of type DataTracker.class_7834Methods in net.minecraft.entity.data with parameters of type DataTracker.class_7834Modifier and TypeMethodDescriptionprivate <T> voidDataTracker.copyToFrom(DataTracker.Entry<T> to, DataTracker.class_7834<?> class_7834) Method parameters in net.minecraft.entity.data with type arguments of type DataTracker.class_7834Modifier and TypeMethodDescriptionvoidDataTracker.writeUpdatedEntries(List<DataTracker.class_7834<?>> entries) -
Uses of DataTracker.class_7834 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type DataTracker.class_7834Modifier and TypeFieldDescriptionprivate final List<DataTracker.class_7834<?>>EntityTrackerUpdateS2CPacket.trackedValuesThe field for thetrackedValuesrecord component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type DataTracker.class_7834Modifier and TypeMethodDescriptionprivate static List<DataTracker.class_7834<?>>EntityTrackerUpdateS2CPacket.method_46616(PacketByteBuf packetByteBuf) EntityTrackerUpdateS2CPacket.trackedValues()Returns the value of thetrackedValuesrecord component.Method parameters in net.minecraft.network.packet.s2c.play with type arguments of type DataTracker.class_7834Modifier and TypeMethodDescriptionprivate static voidEntityTrackerUpdateS2CPacket.method_46615(List<DataTracker.class_7834<?>> list, PacketByteBuf packetByteBuf) Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type DataTracker.class_7834ModifierConstructorDescriptionEntityTrackerUpdateS2CPacket(int id, List<DataTracker.class_7834<?>> list)