Class DebugInfoSender

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

public class DebugInfoSender extends Object
Mappings:
Namespace Name
official yp
intermediary net/minecraft/class_4209
named net/minecraft/server/network/DebugInfoSender
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a:Lorg/slf4j/Logger;
      intermediary field_18961 Lnet/minecraft/class_4209;field_18961:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/server/network/DebugInfoSender;LOGGER:Lorg/slf4j/Logger;
  • Constructor Details

    • DebugInfoSender

      public DebugInfoSender()
  • Method Details

    • addGameTestMarker

      public static void addGameTestMarker(ServerWorld world, BlockPos pos, String message, int color, int duration)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lahm;Lgp;Ljava/lang/String;II)V
      intermediary method_22318 Lnet/minecraft/class_4209;method_22318(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Ljava/lang/String;II)V
      named addGameTestMarker Lnet/minecraft/server/network/DebugInfoSender;addGameTestMarker(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Ljava/lang/String;II)V
    • clearGameTestMarkers

      public static void clearGameTestMarkers(ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lahm;)V
      intermediary method_22317 Lnet/minecraft/class_4209;method_22317(Lnet/minecraft/class_3218;)V
      named clearGameTestMarkers Lnet/minecraft/server/network/DebugInfoSender;clearGameTestMarkers(Lnet/minecraft/server/world/ServerWorld;)V
    • sendChunkWatchingChange

      public static void sendChunkWatchingChange(ServerWorld world, ChunkPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lahm;Lcjd;)V
      intermediary method_19775 Lnet/minecraft/class_4209;method_19775(Lnet/minecraft/class_3218;Lnet/minecraft/class_1923;)V
      named sendChunkWatchingChange Lnet/minecraft/server/network/DebugInfoSender;sendChunkWatchingChange(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/ChunkPos;)V
    • sendPoiAddition

      public static void sendPoiAddition(ServerWorld world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lahm;Lgp;)V
      intermediary method_19776 Lnet/minecraft/class_4209;method_19776(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V
      named sendPoiAddition Lnet/minecraft/server/network/DebugInfoSender;sendPoiAddition(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V
    • sendPoiRemoval

      public static void sendPoiRemoval(ServerWorld world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Lyp;b(Lahm;Lgp;)V
      intermediary method_19777 Lnet/minecraft/class_4209;method_19777(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V
      named sendPoiRemoval Lnet/minecraft/server/network/DebugInfoSender;sendPoiRemoval(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V
    • sendPointOfInterest

      public static void sendPointOfInterest(ServerWorld world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official c Lyp;c(Lahm;Lgp;)V
      intermediary method_19778 Lnet/minecraft/class_4209;method_19778(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V
      named sendPointOfInterest Lnet/minecraft/server/network/DebugInfoSender;sendPointOfInterest(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V
    • sendPoi

      private static void sendPoi(ServerWorld world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official d Lyp;d(Lahm;Lgp;)V
      intermediary method_24819 Lnet/minecraft/class_4209;method_24819(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V
      named sendPoi Lnet/minecraft/server/network/DebugInfoSender;sendPoi(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V
    • sendPathfindingData

      public static void sendPathfindingData(World world, MobEntity mob, @Nullable @Nullable Path path, float nodeReachProximity)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lcjw;Lbei;Ldtz;F)V
      intermediary method_19470 Lnet/minecraft/class_4209;method_19470(Lnet/minecraft/class_1937;Lnet/minecraft/class_1308;Lnet/minecraft/class_11;F)V
      named sendPathfindingData Lnet/minecraft/server/network/DebugInfoSender;sendPathfindingData(Lnet/minecraft/world/World;Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/ai/pathing/Path;F)V
    • sendNeighborUpdate

      public static void sendNeighborUpdate(World world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lcjw;Lgp;)V
      intermediary method_19472 Lnet/minecraft/class_4209;method_19472(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)V
      named sendNeighborUpdate Lnet/minecraft/server/network/DebugInfoSender;sendNeighborUpdate(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V
    • sendStructureStart

      public static void sendStructureStart(StructureWorldAccess world, StructureStart structureStart)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lckp;Ldox;)V
      intermediary method_19474 Lnet/minecraft/class_4209;method_19474(Lnet/minecraft/class_5281;Lnet/minecraft/class_3449;)V
      named sendStructureStart Lnet/minecraft/server/network/DebugInfoSender;sendStructureStart(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/structure/StructureStart;)V
    • sendGoalSelector

      public static void sendGoalSelector(World world, MobEntity mob, GoalSelector goalSelector)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lcjw;Lbei;Lbkz;)V
      intermediary method_19469 Lnet/minecraft/class_4209;method_19469(Lnet/minecraft/class_1937;Lnet/minecraft/class_1308;Lnet/minecraft/class_1355;)V
      named sendGoalSelector Lnet/minecraft/server/network/DebugInfoSender;sendGoalSelector(Lnet/minecraft/world/World;Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/ai/goal/GoalSelector;)V
    • sendRaids

      public static void sendRaids(ServerWorld server, Collection<Raid> raids)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lahm;Ljava/util/Collection;)V
      intermediary method_20575 Lnet/minecraft/class_4209;method_20575(Lnet/minecraft/class_3218;Ljava/util/Collection;)V
      named sendRaids Lnet/minecraft/server/network/DebugInfoSender;sendRaids(Lnet/minecraft/server/world/ServerWorld;Ljava/util/Collection;)V
    • sendBrainDebugData

      public static void sendBrainDebugData(LivingEntity living)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lbeg;)V
      intermediary method_19774 Lnet/minecraft/class_4209;method_19774(Lnet/minecraft/class_1309;)V
      named sendBrainDebugData Lnet/minecraft/server/network/DebugInfoSender;sendBrainDebugData(Lnet/minecraft/entity/LivingEntity;)V
    • sendBeeDebugData

      public static void sendBeeDebugData(BeeEntity bee)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lbpp;)V
      intermediary method_23855 Lnet/minecraft/class_4209;method_23855(Lnet/minecraft/class_4466;)V
      named sendBeeDebugData Lnet/minecraft/server/network/DebugInfoSender;sendBeeDebugData(Lnet/minecraft/entity/passive/BeeEntity;)V
    • sendGameEvent

      public static void sendGameEvent(World world, GameEvent event, Vec3d pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lcjw;Lddc;Leae;)V
      intermediary method_33139 Lnet/minecraft/class_4209;method_33139(Lnet/minecraft/class_1937;Lnet/minecraft/class_5712;Lnet/minecraft/class_243;)V
      named sendGameEvent Lnet/minecraft/server/network/DebugInfoSender;sendGameEvent(Lnet/minecraft/world/World;Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/util/math/Vec3d;)V
    • sendGameEventListener

      public static void sendGameEventListener(World world, GameEventListener eventListener)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lcjw;Ldde;)V
      intermediary method_33140 Lnet/minecraft/class_4209;method_33140(Lnet/minecraft/class_1937;Lnet/minecraft/class_5714;)V
      named sendGameEventListener Lnet/minecraft/server/network/DebugInfoSender;sendGameEventListener(Lnet/minecraft/world/World;Lnet/minecraft/world/event/listener/GameEventListener;)V
    • sendBeehiveDebugData

      public static void sendBeehiveDebugData(World world, BlockPos pos, BlockState state, BeehiveBlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lcjw;Lgp;Lcyt;Lcwi;)V
      intermediary method_23856 Lnet/minecraft/class_4209;method_23856(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_4482;)V
      named sendBeehiveDebugData Lnet/minecraft/server/network/DebugInfoSender;sendBeehiveDebugData(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BeehiveBlockEntity;)V
    • writeBrain

      private static void writeBrain(LivingEntity entity, PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lbeg;Lsd;)V
      intermediary method_36158 Lnet/minecraft/class_4209;method_36158(Lnet/minecraft/class_1309;Lnet/minecraft/class_2540;)V
      named writeBrain Lnet/minecraft/server/network/DebugInfoSender;writeBrain(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/network/PacketByteBuf;)V
    • listMemories

      private static List<String> listMemories(LivingEntity entity, long currentTime)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lbeg;J)Ljava/util/List;
      intermediary method_36157 Lnet/minecraft/class_4209;method_36157(Lnet/minecraft/class_1309;J)Ljava/util/List;
      named listMemories Lnet/minecraft/server/network/DebugInfoSender;listMemories(Lnet/minecraft/entity/LivingEntity;J)Ljava/util/List;
    • format

      private static String format(ServerWorld world, @Nullable @Nullable Object object)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lahm;Ljava/lang/Object;)Ljava/lang/String;
      intermediary method_36156 Lnet/minecraft/class_4209;method_36156(Lnet/minecraft/class_3218;Ljava/lang/Object;)Ljava/lang/String;
      named format Lnet/minecraft/server/network/DebugInfoSender;format(Lnet/minecraft/server/world/ServerWorld;Ljava/lang/Object;)Ljava/lang/String;
    • sendToAll

      private static void sendToAll(ServerWorld world, PacketByteBuf buf, Identifier channel)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp;a(Lahm;Lsd;Lacf;)V
      intermediary method_22319 Lnet/minecraft/class_4209;method_22319(Lnet/minecraft/class_3218;Lnet/minecraft/class_2540;Lnet/minecraft/class_2960;)V
      named sendToAll Lnet/minecraft/server/network/DebugInfoSender;sendToAll(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/util/Identifier;)V