Uses of Interface
net.minecraft.util.debug.DebugValueSource.Registration
Packages that use DebugValueSource.Registration
Package
Description
-
Uses of DebugValueSource.Registration in net.minecraft.util.debug
Methods in net.minecraft.util.debug with parameters of type DebugValueSource.RegistrationModifier and TypeMethodDescriptionvoidDebugValueSource.registerDebugValues(ServerLevel level, DebugValueSource.Registration registration) -
Uses of DebugValueSource.Registration in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type DebugValueSource.RegistrationModifier and TypeMethodDescriptionvoidEntity.registerDebugValues(ServerLevel level, DebugValueSource.Registration registration) voidMob.registerDebugValues(ServerLevel level, DebugValueSource.Registration registration) -
Uses of DebugValueSource.Registration in net.minecraft.world.entity.animal.bee
Methods in net.minecraft.world.entity.animal.bee with parameters of type DebugValueSource.RegistrationModifier and TypeMethodDescriptionvoidBee.registerDebugValues(ServerLevel level, DebugValueSource.Registration registration) -
Uses of DebugValueSource.Registration in net.minecraft.world.entity.monster.breeze
Methods in net.minecraft.world.entity.monster.breeze with parameters of type DebugValueSource.RegistrationModifier and TypeMethodDescriptionvoidBreeze.registerDebugValues(ServerLevel level, DebugValueSource.Registration registration) -
Uses of DebugValueSource.Registration in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type DebugValueSource.RegistrationModifier and TypeMethodDescriptionvoidBeehiveBlockEntity.registerDebugValues(ServerLevel level, DebugValueSource.Registration registration) voidBlockEntity.registerDebugValues(ServerLevel level, DebugValueSource.Registration registration) -
Uses of DebugValueSource.Registration in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk with parameters of type DebugValueSource.RegistrationModifier and TypeMethodDescriptionvoidLevelChunk.registerDebugValues(ServerLevel level, DebugValueSource.Registration registration)