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 void
addGameTestMarker(ServerWorld world, BlockPos pos, String message, int color, int duration)
static void
clearGameTestMarkers(ServerWorld world)
private static void
method_24819(ServerWorld world, BlockPos pos)
static void
method_33139(World world, GameEvent event, BlockPos pos)
static void
method_33140(World world, GameEventListener eventListener)
static void
sendBeeDebugData(BeeEntity bee)
static void
sendBeehiveDebugData(World world, BlockPos pos, BlockState state, BeehiveBlockEntity blockEntity)
static void
sendBrainDebugData(LivingEntity living)
static void
sendChunkWatchingChange(ServerWorld world, ChunkPos pos)
static void
sendGoalSelector(World world, MobEntity mob, GoalSelector goalSelector)
static void
sendNeighborUpdate(World world, BlockPos pos)
static void
sendPathfindingData(World world, MobEntity mob, Path path, float nodeReachProximity)
static void
sendPoiAddition(ServerWorld world, BlockPos pos)
static void
sendPointOfInterest(ServerWorld world, BlockPos pos)
static void
sendPoiRemoval(ServerWorld world, BlockPos pos)
static void
sendRaids(ServerWorld server, Collection<Raid> raids)
static void
sendStructureStart(StructureWorldAccess structureWorldAccess, StructureStart<?> structureStart)
private static void
sendToAll(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
-