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 serverWorld, BlockPos blockPos)static voidsendBeeDebugData(BeeEntity bee)static voidsendBeehiveDebugData(BeehiveBlockEntity beehive)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
-
sendBeehiveDebugData
-
sendToAll
-