Class DebugInfoSender

java.lang.Object
net.minecraft.server.network.DebugInfoSender

public class DebugInfoSender
extends Object
  • Field Details

    • LOGGER

      private static final Logger LOGGER
  • Constructor Details

    • DebugInfoSender

      public DebugInfoSender()
  • Method Details

    • addGameTestMarker

      public static void addGameTestMarker​(ServerWorld world, BlockPos pos, String message, int color, int duration)
    • clearGameTestMarkers

      public static void clearGameTestMarkers​(ServerWorld world)
    • sendChunkWatchingChange

      public static void sendChunkWatchingChange​(ServerWorld world, ChunkPos pos)
    • sendPoiAddition

      public static void sendPoiAddition​(ServerWorld world, BlockPos pos)
    • sendPoiRemoval

      public static void sendPoiRemoval​(ServerWorld world, BlockPos pos)
    • sendPointOfInterest

      public static void sendPointOfInterest​(ServerWorld world, BlockPos pos)
    • method_24819

      private static void method_24819​(ServerWorld serverWorld, BlockPos blockPos)
    • sendPathfindingData

      public static void sendPathfindingData​(World world, MobEntity mob, @Nullable Path path, float nodeReachProximity)
    • sendNeighborUpdate

      public static void sendNeighborUpdate​(World world, BlockPos pos)
    • sendStructureStart

      public static void sendStructureStart​(StructureWorldAccess structureWorldAccess, StructureStart<?> structureStart)
    • sendGoalSelector

      public static void sendGoalSelector​(World world, MobEntity mob, GoalSelector goalSelector)
    • sendRaids

      public static void sendRaids​(ServerWorld server, Collection<Raid> raids)
    • sendBrainDebugData

      public static void sendBrainDebugData​(LivingEntity living)
    • sendBeeDebugData

      public static void sendBeeDebugData​(BeeEntity bee)
    • sendBeehiveDebugData

      public static void sendBeehiveDebugData​(BeehiveBlockEntity beehive)
    • sendToAll

      private static void sendToAll​(ServerWorld world, PacketByteBuf buf, Identifier channel)