Uses of Annotation Interface
net.minecraft.util.annotation.Debug
Package
Description
This and its subpackages make up the brain system used by some modern Minecraft entities,
such as villagers, piglins, and axolotls.
-
Uses of Debug in net.minecraft.block.entity
Modifier and TypeMethodDescriptionint
BeehiveBlockEntity.getBeeCount()
boolean
BeehiveBlockEntity.isSmoked()
-
Uses of Debug in net.minecraft.client.world
Modifier and TypeMethodDescriptionClientEntityManager.getDebugString()
int
ClientEntityManager.getEntityCount()
-
Uses of Debug in net.minecraft.entity
-
Uses of Debug in net.minecraft.entity.ai.brain
Modifier and TypeMethodDescriptionMap<MemoryModuleType<?>,
Optional<? extends Memory<?>>> Brain.getMemories()
Deprecated.Brain.getPossibleActivities()
Deprecated.Brain.getRunningTasks()
Deprecated.boolean
Memory.isTimed()
-
Uses of Debug in net.minecraft.entity.ai.pathing
Modifier and TypeMethodDescriptionPathNode[]
Path.getDebugNodes()
PathNode[]
Path.getDebugSecondNodes()
(package private) void
Path.setDebugInfo
(PathNode[] debugNodes, PathNode[] debugSecondNodes, Set<TargetPathNode> debugTargetNodes) -
Uses of Debug in net.minecraft.entity.mob
-
Uses of Debug in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionBeeEntity.getGoalSelector()
BeeEntity.getHivePos()
int
BeeEntity.getMoveGoalTicks()
BeeEntity.getPossibleHives()
boolean
BeeEntity.hasHive()
-
Uses of Debug in net.minecraft.network
Modifier and TypeMethodDescriptionInt2ObjectMap<Class<? extends Packet<?>>>
NetworkState.getPacketIdToPacketMap
(NetworkSide side) -
Uses of Debug in net.minecraft.server.world
Modifier and TypeMethodDescriptionServerEntityManager.getDebugString()
ServerChunkManager.getSpawnInfo()
-
Uses of Debug in net.minecraft.util.math
Modifier and TypeClassDescriptionstatic final record
static final record
-
Uses of Debug in net.minecraft.village
-
Uses of Debug in net.minecraft.world
Modifier and TypeMethodDescriptionstatic void
SpawnHelper.spawnEntitiesInChunk
(SpawnGroup group, ServerWorld world, BlockPos pos) -
Uses of Debug in net.minecraft.world.biome.source
Modifier and TypeMethodDescriptionMultiNoiseBiomeSource.getBiomeAtPoint
(MultiNoiseUtil.NoiseValuePoint point) -
Uses of Debug in net.minecraft.world.biome.source.util
Modifier and TypeMethodDescriptionVanillaTerrainParameters.getFactorSpline()
VanillaTerrainParameters.getOffsetSpline()
VanillaTerrainParameters.getPeakSpline()
-
Uses of Debug in net.minecraft.world.chunk
Modifier and TypeMethodDescriptionChunkNibbleArray.bottomToString
(int unused) Returns a hexademical string representation of they=0
level of this array. -
Uses of Debug in net.minecraft.world.entity
Modifier and TypeMethodDescriptionint
SectionedEntityCache.sectionCount()
int
EntityTrackingSection.size()
-
Uses of Debug in net.minecraft.world.gen
Modifier and TypeMethodDescriptionNoiseColumnSampler.method_39329
(int int2, int int3, int int4, NoiseColumnSampler.class_6747 class_6747) NoiseColumnSampler.method_39330
(int int2, int int3, Blender blender) double
NoiseColumnSampler.sampleContinentalnessNoise
(double x, double y, double z) double
NoiseColumnSampler.sampleErosionNoise
(double x, double y, double z) double
NoiseColumnSampler.sampleShiftNoise
(int x, int y, int z) double
NoiseColumnSampler.sampleWeirdnessNoise
(double x, double y, double z) -
Uses of Debug in net.minecraft.world.gen.feature
-
Uses of Debug in net.minecraft.world.poi
Modifier and TypeMethodDescriptionint
PointOfInterest.getFreeTickets()
Deprecated.int
PointOfInterestSet.getFreeTickets
(BlockPos pos) Deprecated.int
PointOfInterestStorage.getFreeTickets
(BlockPos pos) Deprecated.PointOfInterestStorage.getInChunk
(Predicate<PointOfInterestType> typePredicate, ChunkPos chunkPos, PointOfInterestStorage.OccupationStatus occupationStatus)