Class BTWPacketManager

java.lang.Object
btw.network.packet.BTWPacketManager

public class BTWPacketManager extends Object
  • Field Details

    • SPAWN_CUSTOM_ENTITY_PACKET_CHANNEL

      public static final String SPAWN_CUSTOM_ENTITY_PACKET_CHANNEL
      See Also:
    • CUSTOM_ENTITY_EVENT_PACKET_CHANNEL

      public static final String CUSTOM_ENTITY_EVENT_PACKET_CHANNEL
      See Also:
    • BTW_OPTIONS_PACKET_CHANNEL

      public static final String BTW_OPTIONS_PACKET_CHANNEL
      See Also:
    • BTW_DIFFICULTY_PACKET_CHANNEL

      public static final String BTW_DIFFICULTY_PACKET_CHANNEL
      See Also:
    • CUSTOM_INTERFACE_PACKET_CHANNEL

      public static final String CUSTOM_INTERFACE_PACKET_CHANNEL
      See Also:
    • SERVER_ACTION_CHANNEL

      public static final String SERVER_ACTION_CHANNEL
      See Also:
    • GAMEMODE_SWITCH_PACKET_CHANNEL

      public static final String GAMEMODE_SWITCH_PACKET_CHANNEL
      See Also:
    • CANVAS_SPAWN_PACKET_ID

      public static final int CANVAS_SPAWN_PACKET_ID
      See Also:
    • WIND_MILL_SPAWN_PACKET_ID

      public static final int WIND_MILL_SPAWN_PACKET_ID
      See Also:
    • WATER_WHEEL_SPAWN_PACKET_ID

      public static final int WATER_WHEEL_SPAWN_PACKET_ID
      See Also:
    • MINING_CHARGE_SPAWN_PACKET_ID

      public static final int MINING_CHARGE_SPAWN_PACKET_ID
      See Also:
    • BLOOD_WOOD_SAPLING_ITEM_SPAWN_PACKET_ID

      public static final int BLOOD_WOOD_SAPLING_ITEM_SPAWN_PACKET_ID
      See Also:
    • FLOATING_ITEM_SPAWN_PACKET_ID

      public static final int FLOATING_ITEM_SPAWN_PACKET_ID
      See Also:
    • DYNAMITE_SPAWN_PACKET_ID

      public static final int DYNAMITE_SPAWN_PACKET_ID
      See Also:
    • URN_SPAWN_PACKET_ID

      public static final int URN_SPAWN_PACKET_ID
      See Also:
    • BLOCK_LIFTED_BY_PLATFORM_SPAWN_PACKET_ID

      public static final int BLOCK_LIFTED_BY_PLATFORM_SPAWN_PACKET_ID
      See Also:
    • VERTICAL_WIND_MILL_SPAWN_PACKET_ID

      public static final int VERTICAL_WIND_MILL_SPAWN_PACKET_ID
      See Also:
    • SPIDER_WEB_SPAWN_PACKET_ID

      public static final int SPIDER_WEB_SPAWN_PACKET_ID
      See Also:
    • SOUL_SAND_SPAWN_PACKET_ID

      public static final int SOUL_SAND_SPAWN_PACKET_ID
      See Also:
    • CREEPER_SPAWN_PACKET_ID

      public static final int CREEPER_SPAWN_PACKET_ID
      See Also:
  • Constructor Details

    • BTWPacketManager

      public BTWPacketManager()
  • Method Details

    • initPacketInfo

      public static void initPacketInfo()