Package net.minecraft.server.network
Class DebugInfoSender
java.lang.Object
net.minecraft.server.network.DebugInfoSender
public class DebugInfoSender extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DebugInfoSender() -
Method Summary
Modifier and Type Method Description static voidaddGameTestMarker(ServerWorld world, BlockPos pos, String message, int color, int duration)static voidclearGameTestMarkers(ServerWorld world)private static voidmethod_24819(ServerWorld world, BlockPos pos)static voidmethod_33139(World world, GameEvent event, BlockPos pos)static voidmethod_33140(World world, GameEventListener eventListener)static voidsendBeeDebugData(BeeEntity bee)static voidsendBeehiveDebugData(World world, BlockPos pos, BlockState state, BeehiveBlockEntity blockEntity)static voidsendBrainDebugData(LivingEntity living)static voidsendChunkWatchingChange(ServerWorld world, ChunkPos pos)static voidsendGoalSelector(World world, MobEntity mob, GoalSelector goalSelector)static voidsendNeighborUpdate(World world, BlockPos pos)static voidsendPathfindingData(World world, MobEntity mob, Path path, float nodeReachProximity)static voidsendPoiAddition(ServerWorld world, BlockPos pos)static voidsendPointOfInterest(ServerWorld world, BlockPos pos)static voidsendPoiRemoval(ServerWorld world, BlockPos pos)static voidsendRaids(ServerWorld server, Collection<Raid> raids)static voidsendStructureStart(StructureWorldAccess structureWorldAccess, StructureStart<?> structureStart)private static voidsendToAll(ServerWorld world, PacketByteBuf buf, Identifier channel)
-
Field Details
-
LOGGER
-
-
Constructor Details
-
DebugInfoSender
public DebugInfoSender()
-
-
Method Details
-
addGameTestMarker
public static void addGameTestMarker(ServerWorld world, BlockPos pos, String message, int color, int duration) -
clearGameTestMarkers
-
sendChunkWatchingChange
-
sendPoiAddition
-
sendPoiRemoval
-
sendPointOfInterest
-
method_24819
-
sendPathfindingData
-
sendNeighborUpdate
-
sendStructureStart
public static void sendStructureStart(StructureWorldAccess structureWorldAccess, StructureStart<?> structureStart) -
sendGoalSelector
-
sendRaids
-
sendBrainDebugData
-
sendBeeDebugData
-
method_33139
-
method_33140
-
sendBeehiveDebugData
public static void sendBeehiveDebugData(World world, BlockPos pos, BlockState state, BeehiveBlockEntity blockEntity) -
sendToAll
-