Uses of Interface
net.minecraft.world.debug.DebugTrackable.DebugDataSupplier
Packages that use DebugTrackable.DebugDataSupplier
-
Uses of DebugTrackable.DebugDataSupplier in net.minecraft.server.debug
Fields in net.minecraft.server.debug declared as DebugTrackable.DebugDataSupplierModifier and TypeFieldDescriptionprivate final DebugTrackable.DebugDataSupplier<T> TrackedSubscription.UpdateQuerier.dataSupplierMethods in net.minecraft.server.debug with parameters of type DebugTrackable.DebugDataSupplierModifier and TypeMethodDescriptionvoidTrackedSubscription.UpdateTrackedSubscription.trackBlockEntity(BlockPos chunkPos, DebugTrackable.DebugDataSupplier<T> dataSupplier) voidTrackedSubscription.UpdateTrackedSubscription.trackChunk(ChunkPos chunkPos, DebugTrackable.DebugDataSupplier<T> dataSupplier) voidTrackedSubscription.UpdateTrackedSubscription.trackEntity(UUID uuid, DebugTrackable.DebugDataSupplier<T> dataSupplier) Constructors in net.minecraft.server.debug with parameters of type DebugTrackable.DebugDataSupplierModifierConstructorDescription(package private)UpdateQuerier(DebugTrackable.DebugDataSupplier<T> dataSupplier) -
Uses of DebugTrackable.DebugDataSupplier in net.minecraft.world.debug
Methods in net.minecraft.world.debug with parameters of type DebugTrackable.DebugDataSupplierModifier and TypeMethodDescription<T> voidDebugTrackable.Tracker.track(DebugSubscriptionType<T> type, DebugTrackable.DebugDataSupplier<T> dataSupplier)