Uses of Interface
net.minecraft.util.debug.DebugValueSource.ValueGetter
Packages that use DebugValueSource.ValueGetter
-
Uses of DebugValueSource.ValueGetter in net.minecraft.util.debug
Fields in net.minecraft.util.debug declared as DebugValueSource.ValueGetterModifier and TypeFieldDescriptionprivate final DebugValueSource.ValueGetter<T> TrackingDebugSynchronizer.ValueSource.getterMethods in net.minecraft.util.debug with parameters of type DebugValueSource.ValueGetterModifier and TypeMethodDescription<T> voidDebugValueSource.Registration.register(DebugSubscription<T> subscription, DebugValueSource.ValueGetter<T> getter) voidTrackingDebugSynchronizer.SourceSynchronizer.registerBlockEntity(BlockPos blockPos, DebugValueSource.ValueGetter<T> getter) voidTrackingDebugSynchronizer.SourceSynchronizer.registerChunk(ChunkPos chunkPos, DebugValueSource.ValueGetter<T> getter) voidTrackingDebugSynchronizer.SourceSynchronizer.registerEntity(UUID entityId, DebugValueSource.ValueGetter<T> getter) Constructors in net.minecraft.util.debug with parameters of type DebugValueSource.ValueGetter