Package net.minecraft.server.network
Class DebugInfoSender
java.lang.Object
net.minecraft.server.network.DebugInfoSender
- Mappings:
- Namespace - Name - named - net/minecraft/server/network/DebugInfoSender- intermediary - net/minecraft/class_4209- official - agd
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidaddGameTestMarker(ServerWorld world, BlockPos pos, String message, int color, int duration) static voidclearGameTestMarkers(ServerWorld world) private static Stringformat(ServerWorld world, @Nullable Object object) listMemories(LivingEntity entity, long currentTime) static voidstatic voidsendBeehiveDebugData(World world, BlockPos pos, BlockState state, BeehiveBlockEntity blockEntity) static voidsendBrainDebugData(LivingEntity living) static voidsendBreezeDebugData(BreezeEntity breeze) static voidsendChunkWatchingChange(ServerWorld world, ChunkPos pos) static voidsendGameEvent(World world, RegistryEntry<GameEvent> event, Vec3d pos) static voidsendGameEventListener(World world, GameEventListener eventListener) static voidsendGoalSelector(World world, MobEntity mob, GoalSelector goalSelector) static voidsendNeighborUpdate(World world, BlockPos pos) static voidsendPathfindingData(World world, MobEntity mob, @Nullable Path path, float nodeReachProximity) private static voidsendPoi(ServerWorld world, BlockPos pos) 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 voidsendRedstoneUpdateOrder(World world, DebugRedstoneUpdateOrderCustomPayload payload) static voidsendStructureStart(StructureWorldAccess world, StructureStart structureStart) private static voidsendToAll(ServerWorld world, CustomPayload payload) 
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - named - LOGGER- Lnet/minecraft/server/network/DebugInfoSender;LOGGER:Lorg/slf4j/Logger;- intermediary - field_18961- Lnet/minecraft/class_4209;field_18961:Lorg/slf4j/Logger;- official - a- Lagd;a:Lorg/slf4j/Logger;
 
 
- 
- 
Constructor Details- 
DebugInfoSenderpublic DebugInfoSender()
 
- 
- 
Method Details- 
addGameTestMarkerpublic static void addGameTestMarker(ServerWorld world, BlockPos pos, String message, int color, int duration) - Mappings:
- Namespace - Name - Mixin selector - named - addGameTestMarker- Lnet/minecraft/server/network/DebugInfoSender;addGameTestMarker(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;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- official - a- Lagd;a(Lard;Lji;Ljava/lang/String;II)V
 
- 
clearGameTestMarkers- Mappings:
- Namespace - Name - Mixin selector - named - clearGameTestMarkers- Lnet/minecraft/server/network/DebugInfoSender;clearGameTestMarkers(Lnet/minecraft/server/world/ServerWorld;)V- intermediary - method_22317- Lnet/minecraft/class_4209;method_22317(Lnet/minecraft/class_3218;)V- official - a- Lagd;a(Lard;)V
 
- 
sendChunkWatchingChange- Mappings:
- Namespace - Name - Mixin selector - named - sendChunkWatchingChange- Lnet/minecraft/server/network/DebugInfoSender;sendChunkWatchingChange(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/ChunkPos;)V- intermediary - method_19775- Lnet/minecraft/class_4209;method_19775(Lnet/minecraft/class_3218;Lnet/minecraft/class_1923;)V- official - a- Lagd;a(Lard;Ldfp;)V
 
- 
sendPoiAddition- Mappings:
- Namespace - Name - Mixin selector - named - sendPoiAddition- Lnet/minecraft/server/network/DebugInfoSender;sendPoiAddition(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V- intermediary - method_19776- Lnet/minecraft/class_4209;method_19776(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V- official - a- Lagd;a(Lard;Lji;)V
 
- 
sendPoiRemoval- Mappings:
- Namespace - Name - Mixin selector - named - sendPoiRemoval- Lnet/minecraft/server/network/DebugInfoSender;sendPoiRemoval(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V- intermediary - method_19777- Lnet/minecraft/class_4209;method_19777(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V- official - b- Lagd;b(Lard;Lji;)V
 
- 
sendPointOfInterest- Mappings:
- Namespace - Name - Mixin selector - named - sendPointOfInterest- Lnet/minecraft/server/network/DebugInfoSender;sendPointOfInterest(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V- intermediary - method_19778- Lnet/minecraft/class_4209;method_19778(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V- official - c- Lagd;c(Lard;Lji;)V
 
- 
sendPoi- Mappings:
- Namespace - Name - Mixin selector - named - sendPoi- Lnet/minecraft/server/network/DebugInfoSender;sendPoi(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V- intermediary - method_24819- Lnet/minecraft/class_4209;method_24819(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V- official - d- Lagd;d(Lard;Lji;)V
 
- 
sendPathfindingDatapublic static void sendPathfindingData(World world, MobEntity mob, @Nullable @Nullable Path path, float nodeReachProximity) - Mappings:
- Namespace - Name - Mixin selector - 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- intermediary - method_19470- Lnet/minecraft/class_4209;method_19470(Lnet/minecraft/class_1937;Lnet/minecraft/class_1308;Lnet/minecraft/class_11;F)V- official - a- Lagd;a(Ldgj;Lbvk;Leto;F)V
 
- 
sendNeighborUpdate- Mappings:
- Namespace - Name - Mixin selector - named - sendNeighborUpdate- Lnet/minecraft/server/network/DebugInfoSender;sendNeighborUpdate(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V- intermediary - method_19472- Lnet/minecraft/class_4209;method_19472(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)V- official - a- Lagd;a(Ldgj;Lji;)V
 
- 
sendRedstoneUpdateOrderpublic static void sendRedstoneUpdateOrder(World world, DebugRedstoneUpdateOrderCustomPayload payload) - Mappings:
- Namespace - Name - Mixin selector - named - sendRedstoneUpdateOrder- Lnet/minecraft/server/network/DebugInfoSender;sendRedstoneUpdateOrder(Lnet/minecraft/world/World;Lnet/minecraft/network/packet/s2c/custom/DebugRedstoneUpdateOrderCustomPayload;)V- intermediary - method_61218- Lnet/minecraft/class_4209;method_61218(Lnet/minecraft/class_1937;Lnet/minecraft/class_9831;)V- official - a- Lagd;a(Ldgj;Laan;)V
 
- 
sendStructureStart- Mappings:
- Namespace - Name - Mixin selector - named - sendStructureStart- Lnet/minecraft/server/network/DebugInfoSender;sendStructureStart(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/structure/StructureStart;)V- intermediary - method_19474- Lnet/minecraft/class_4209;method_19474(Lnet/minecraft/class_5281;Lnet/minecraft/class_3449;)V- official - a- Lagd;a(Ldhh;Lenv;)V
 
- 
sendGoalSelector- Mappings:
- Namespace - Name - Mixin selector - named - sendGoalSelector- Lnet/minecraft/server/network/DebugInfoSender;sendGoalSelector(Lnet/minecraft/world/World;Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/ai/goal/GoalSelector;)V- intermediary - method_19469- Lnet/minecraft/class_4209;method_19469(Lnet/minecraft/class_1937;Lnet/minecraft/class_1308;Lnet/minecraft/class_1355;)V- official - a- Lagd;a(Ldgj;Lbvk;Lcch;)V
 
- 
sendRaids- Mappings:
- Namespace - Name - Mixin selector - named - sendRaids- Lnet/minecraft/server/network/DebugInfoSender;sendRaids(Lnet/minecraft/server/world/ServerWorld;Ljava/util/Collection;)V- intermediary - method_20575- Lnet/minecraft/class_4209;method_20575(Lnet/minecraft/class_3218;Ljava/util/Collection;)V- official - a- Lagd;a(Lard;Ljava/util/Collection;)V
 
- 
sendBrainDebugData- Mappings:
- Namespace - Name - Mixin selector - named - sendBrainDebugData- Lnet/minecraft/server/network/DebugInfoSender;sendBrainDebugData(Lnet/minecraft/entity/LivingEntity;)V- intermediary - method_19774- Lnet/minecraft/class_4209;method_19774(Lnet/minecraft/class_1309;)V- official - a- Lagd;a(Lbvi;)V
 
- 
sendBeeDebugData- Mappings:
- Namespace - Name - Mixin selector - named - sendBeeDebugData- Lnet/minecraft/server/network/DebugInfoSender;sendBeeDebugData(Lnet/minecraft/entity/passive/BeeEntity;)V- intermediary - method_23855- Lnet/minecraft/class_4209;method_23855(Lnet/minecraft/class_4466;)V- official - a- Lagd;a(Lcha;)V
 
- 
sendBreezeDebugData- Mappings:
- Namespace - Name - Mixin selector - named - sendBreezeDebugData- Lnet/minecraft/server/network/DebugInfoSender;sendBreezeDebugData(Lnet/minecraft/entity/mob/BreezeEntity;)V- intermediary - method_54909- Lnet/minecraft/class_4209;method_54909(Lnet/minecraft/class_8949;)V- official - a- Lagd;a(Lcmv;)V
 
- 
sendGameEvent- Mappings:
- Namespace - Name - Mixin selector - named - sendGameEvent- Lnet/minecraft/server/network/DebugInfoSender;sendGameEvent(Lnet/minecraft/world/World;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/util/math/Vec3d;)V- intermediary - method_33139- Lnet/minecraft/class_4209;method_33139(Lnet/minecraft/class_1937;Lnet/minecraft/class_6880;Lnet/minecraft/class_243;)V- official - a- Lagd;a(Ldgj;Ljr;Lfbb;)V
 
- 
sendGameEventListener- Mappings:
- Namespace - Name - Mixin selector - named - sendGameEventListener- Lnet/minecraft/server/network/DebugInfoSender;sendGameEventListener(Lnet/minecraft/world/World;Lnet/minecraft/world/event/listener/GameEventListener;)V- intermediary - method_33140- Lnet/minecraft/class_4209;method_33140(Lnet/minecraft/class_1937;Lnet/minecraft/class_5714;)V- official - a- Lagd;a(Ldgj;Lebw;)V
 
- 
sendBeehiveDebugDatapublic static void sendBeehiveDebugData(World world, BlockPos pos, BlockState state, BeehiveBlockEntity blockEntity) - Mappings:
- Namespace - Name - Mixin selector - 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- 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- official - a- Lagd;a(Ldgj;Lji;Ldwy;Ldtx;)V
 
- 
listMemories- Mappings:
- Namespace - Name - Mixin selector - named - listMemories- Lnet/minecraft/server/network/DebugInfoSender;listMemories(Lnet/minecraft/entity/LivingEntity;J)Ljava/util/List;- intermediary - method_36157- Lnet/minecraft/class_4209;method_36157(Lnet/minecraft/class_1309;J)Ljava/util/List;- official - a- Lagd;a(Lbvi;J)Ljava/util/List;
 
- 
format- Mappings:
- Namespace - Name - Mixin selector - named - format- Lnet/minecraft/server/network/DebugInfoSender;format(Lnet/minecraft/server/world/ServerWorld;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;- official - a- Lagd;a(Lard;Ljava/lang/Object;)Ljava/lang/String;
 
- 
sendToAll- Mappings:
- Namespace - Name - Mixin selector - named - sendToAll- Lnet/minecraft/server/network/DebugInfoSender;sendToAll(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/network/packet/CustomPayload;)V- intermediary - method_22319- Lnet/minecraft/class_4209;method_22319(Lnet/minecraft/class_3218;Lnet/minecraft/class_8710;)V- official - a- Lagd;a(Lard;Lzz;)V
 
 
-