Package net.minecraft.server.network
Class DebugInfoSender
java.lang.Object
net.minecraft.server.network.DebugInfoSender
public class DebugInfoSender extends Object
- Mappings:
Namespace Name official tcintermediary net/minecraft/class_4209named net/minecraft/server/network/DebugInfoSender
-
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)static voidsendBeeDebugData(BeeEntity bee)static voidsendBeehiveDebugData(World world, BlockPos pos, BlockState state, BeehiveBlockEntity blockEntity)static voidsendBrainDebugData(LivingEntity living)static voidsendChunkWatchingChange(ServerWorld world, ChunkPos pos)static voidsendGameEvent(World world, GameEvent event, BlockPos 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 voidsendStructureStart(StructureWorldAccess world, StructureStart<?> structureStart)private static voidsendToAll(ServerWorld world, PacketByteBuf buf, Identifier channel)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLtc;a:Lorg/apache/logging/log4j/Logger;intermediary field_18961Lnet/minecraft/class_4209;field_18961:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/server/network/DebugInfoSender;LOGGER:Lorg/apache/logging/log4j/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 aLtc;a(Labf;Lfx;Ljava/lang/String;II)Vintermediary method_22318Lnet/minecraft/class_4209;method_22318(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Ljava/lang/String;II)Vnamed addGameTestMarkerLnet/minecraft/server/network/DebugInfoSender;addGameTestMarker(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Ljava/lang/String;II)V
-
clearGameTestMarkers
- Mappings:
Namespace Name Mixin selector official aLtc;a(Labf;)Vintermediary method_22317Lnet/minecraft/class_4209;method_22317(Lnet/minecraft/class_3218;)Vnamed clearGameTestMarkersLnet/minecraft/server/network/DebugInfoSender;clearGameTestMarkers(Lnet/minecraft/server/world/ServerWorld;)V
-
sendChunkWatchingChange
- Mappings:
Namespace Name Mixin selector official aLtc;a(Labf;Lbtv;)Vintermediary method_19775Lnet/minecraft/class_4209;method_19775(Lnet/minecraft/class_3218;Lnet/minecraft/class_1923;)Vnamed sendChunkWatchingChangeLnet/minecraft/server/network/DebugInfoSender;sendChunkWatchingChange(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/ChunkPos;)V
-
sendPoiAddition
- Mappings:
Namespace Name Mixin selector official aLtc;a(Labf;Lfx;)Vintermediary method_19776Lnet/minecraft/class_4209;method_19776(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Vnamed sendPoiAdditionLnet/minecraft/server/network/DebugInfoSender;sendPoiAddition(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V
-
sendPoiRemoval
- Mappings:
Namespace Name Mixin selector official bLtc;b(Labf;Lfx;)Vintermediary method_19777Lnet/minecraft/class_4209;method_19777(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Vnamed sendPoiRemovalLnet/minecraft/server/network/DebugInfoSender;sendPoiRemoval(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V
-
sendPointOfInterest
- Mappings:
Namespace Name Mixin selector official cLtc;c(Labf;Lfx;)Vintermediary method_19778Lnet/minecraft/class_4209;method_19778(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Vnamed sendPointOfInterestLnet/minecraft/server/network/DebugInfoSender;sendPointOfInterest(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V
-
sendPoi
- Mappings:
Namespace Name Mixin selector official dLtc;d(Labf;Lfx;)Vintermediary method_24819Lnet/minecraft/class_4209;method_24819(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Vnamed sendPoiLnet/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 aLtc;a(Lbuq;Lasc;Ldem;F)Vintermediary method_19470Lnet/minecraft/class_4209;method_19470(Lnet/minecraft/class_1937;Lnet/minecraft/class_1308;Lnet/minecraft/class_11;F)Vnamed sendPathfindingDataLnet/minecraft/server/network/DebugInfoSender;sendPathfindingData(Lnet/minecraft/world/World;Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/ai/pathing/Path;F)V
-
sendNeighborUpdate
- Mappings:
Namespace Name Mixin selector official aLtc;a(Lbuq;Lfx;)Vintermediary method_19472Lnet/minecraft/class_4209;method_19472(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Vnamed sendNeighborUpdateLnet/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 aLtc;a(Lbvl;Lcza;)Vintermediary method_19474Lnet/minecraft/class_4209;method_19474(Lnet/minecraft/class_5281;Lnet/minecraft/class_3449;)Vnamed sendStructureStartLnet/minecraft/server/network/DebugInfoSender;sendStructureStart(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/structure/StructureStart;)V
-
sendGoalSelector
- Mappings:
Namespace Name Mixin selector official aLtc;a(Lbuq;Lasc;Laxr;)Vintermediary method_19469Lnet/minecraft/class_4209;method_19469(Lnet/minecraft/class_1937;Lnet/minecraft/class_1308;Lnet/minecraft/class_1355;)Vnamed sendGoalSelectorLnet/minecraft/server/network/DebugInfoSender;sendGoalSelector(Lnet/minecraft/world/World;Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/ai/goal/GoalSelector;)V
-
sendRaids
- Mappings:
Namespace Name Mixin selector official aLtc;a(Labf;Ljava/util/Collection;)Vintermediary method_20575Lnet/minecraft/class_4209;method_20575(Lnet/minecraft/class_3218;Ljava/util/Collection;)Vnamed sendRaidsLnet/minecraft/server/network/DebugInfoSender;sendRaids(Lnet/minecraft/server/world/ServerWorld;Ljava/util/Collection;)V
-
sendBrainDebugData
- Mappings:
Namespace Name Mixin selector official aLtc;a(Lasb;)Vintermediary method_19774Lnet/minecraft/class_4209;method_19774(Lnet/minecraft/class_1309;)Vnamed sendBrainDebugDataLnet/minecraft/server/network/DebugInfoSender;sendBrainDebugData(Lnet/minecraft/entity/LivingEntity;)V
-
sendBeeDebugData
- Mappings:
Namespace Name Mixin selector official aLtc;a(Lbcd;)Vintermediary method_23855Lnet/minecraft/class_4209;method_23855(Lnet/minecraft/class_4466;)Vnamed sendBeeDebugDataLnet/minecraft/server/network/DebugInfoSender;sendBeeDebugData(Lnet/minecraft/entity/passive/BeeEntity;)V
-
sendGameEvent
- Mappings:
Namespace Name Mixin selector official aLtc;a(Lbuq;Lcmp;Lfx;)Vintermediary method_33139Lnet/minecraft/class_4209;method_33139(Lnet/minecraft/class_1937;Lnet/minecraft/class_5712;Lnet/minecraft/class_2338;)Vnamed sendGameEventLnet/minecraft/server/network/DebugInfoSender;sendGameEvent(Lnet/minecraft/world/World;Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/util/math/BlockPos;)V
-
sendGameEventListener
- Mappings:
Namespace Name Mixin selector official aLtc;a(Lbuq;Lcmr;)Vintermediary method_33140Lnet/minecraft/class_4209;method_33140(Lnet/minecraft/class_1937;Lnet/minecraft/class_5714;)Vnamed sendGameEventListenerLnet/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 aLtc;a(Lbuq;Lfx;Lcio;Lcgj;)Vintermediary method_23856Lnet/minecraft/class_4209;method_23856(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_4482;)Vnamed sendBeehiveDebugDataLnet/minecraft/server/network/DebugInfoSender;sendBeehiveDebugData(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BeehiveBlockEntity;)V
-
sendToAll
- Mappings:
Namespace Name Mixin selector official aLtc;a(Labf;Lnx;Lwl;)Vintermediary method_22319Lnet/minecraft/class_4209;method_22319(Lnet/minecraft/class_3218;Lnet/minecraft/class_2540;Lnet/minecraft/class_2960;)Vnamed sendToAllLnet/minecraft/server/network/DebugInfoSender;sendToAll(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/util/Identifier;)V
-