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.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
Spline.FixedFloatFunction<C,
I extends ToFloatFunction<C>> static final record
Spline.Implementation<C,
I extends ToFloatFunction<C>> -
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 TypeMethodDescriptionVanillaBiomeParameters.getContinentalnessParameters()
VanillaBiomeParameters.getErosionParameters()
VanillaBiomeParameters.getHumidityParameters()
VanillaBiomeParameters.getTemperatureParameters()
VanillaBiomeParameters.getWeirdnessParameters()
VanillaBiomeParameters.method_40015()
-
Uses of Debug in net.minecraft.world.chunk
Modifier and TypeMethodDescriptionChunkNibbleArray.bottomToString
(int unused) Returns a hexadecimal 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.densityfunction
-
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<RegistryEntry<PointOfInterestType>> typePredicate, ChunkPos chunkPos, PointOfInterestStorage.OccupationStatus occupationStatus)