Class DebugPackets

java.lang.Object
net.minecraft.network.protocol.game.DebugPackets

public class DebugPackets extends Object
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
  • Constructor Details

    • DebugPackets

      public DebugPackets()
  • Method Details

    • sendGameTestAddMarker

      public static void sendGameTestAddMarker(ServerLevel p_133683_, BlockPos p_133684_, String p_133685_, int p_133686_, int p_133687_)
    • sendGameTestClearPacket

      public static void sendGameTestClearPacket(ServerLevel p_133675_)
    • sendPoiPacketsForChunk

      public static void sendPoiPacketsForChunk(ServerLevel p_133677_, ChunkPos p_133678_)
    • sendPoiAddedPacket

      public static void sendPoiAddedPacket(ServerLevel p_133680_, BlockPos p_133681_)
    • sendPoiRemovedPacket

      public static void sendPoiRemovedPacket(ServerLevel p_133717_, BlockPos p_133718_)
    • sendPoiTicketCountPacket

      public static void sendPoiTicketCountPacket(ServerLevel p_133720_, BlockPos p_133721_)
    • sendVillageSectionsPacket

      private static void sendVillageSectionsPacket(ServerLevel p_133723_, BlockPos p_133724_)
    • sendPathFindingPacket

      public static void sendPathFindingPacket(Level p_133704_, Mob p_133705_, @Nullable Path p_133706_, float p_133707_)
    • sendNeighborsUpdatePacket

      public static void sendNeighborsUpdatePacket(Level p_133709_, BlockPos p_133710_)
    • sendStructurePacket

      public static void sendStructurePacket(WorldGenLevel p_133712_, StructureStart<?> p_133713_)
    • sendGoalSelector

      public static void sendGoalSelector(Level p_133700_, Mob p_133701_, GoalSelector p_133702_)
    • sendRaids

      public static void sendRaids(ServerLevel p_133689_, Collection<Raid> p_133690_)
    • sendEntityBrain

      public static void sendEntityBrain(LivingEntity p_133696_)
    • sendBeeInfo

      public static void sendBeeInfo(Bee p_133698_)
    • sendGameEventInfo

      public static void sendGameEventInfo(Level p_179504_, GameEvent p_179505_, BlockPos p_179506_)
    • sendGameEventListenerInfo

      public static void sendGameEventListenerInfo(Level p_179508_, GameEventListener p_179509_)
    • sendHiveInfo

      public static void sendHiveInfo(Level p_179511_, BlockPos p_179512_, BlockState p_179513_, BeehiveBlockEntity p_179514_)
    • writeBrain

      private static void writeBrain(LivingEntity p_179499_, FriendlyByteBuf p_179500_)
    • getMemoryDescriptions

      private static List<String> getMemoryDescriptions(LivingEntity p_179496_, long p_179497_)
    • getShortDescription

      private static String getShortDescription(ServerLevel p_179493_, @Nullable Object p_179494_)
    • sendPacketToAllPlayers

      private static void sendPacketToAllPlayers(ServerLevel p_133692_, FriendlyByteBuf p_133693_, ResourceLocation p_133694_)