Class UCoreNetwork

java.lang.Object
info.u_team.u_team_core.intern.init.UCoreNetwork

public class UCoreNetwork extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.network.simple.SimpleChannel
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    registerMod(net.minecraftforge.eventbus.api.IEventBus bus)
     
    static void
    setup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PROTOCOL

      public static final String PROTOCOL
      See Also:
    • NETWORK

      public static final net.minecraftforge.network.simple.SimpleChannel NETWORK
  • Constructor Details

    • UCoreNetwork

      public UCoreNetwork()
  • Method Details

    • setup

      public static void setup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event)
    • registerMod

      public static void registerMod(net.minecraftforge.eventbus.api.IEventBus bus)