public class Transport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.hrznstudio.titanium.network.locator.LocatorType |
ENTITY |
static java.lang.String |
ID |
static Transport |
instance |
static net.minecraftforge.common.util.NonNullLazy<net.minecraft.item.ItemGroup> |
ITEM_GROUP |
static org.apache.logging.log4j.Logger |
LOGGER |
NetworkHandler |
networkHandler |
static net.minecraftforge.common.util.NonNullLazy<TransportRegistrate> |
TRANSPORT_REGISTRATE |
| Constructor and Description |
|---|
Transport() |
| Modifier and Type | Method and Description |
|---|---|
void |
commonSetup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event) |
static TransportRegistrate |
getRegistrate() |
void |
newRegistry(net.minecraftforge.event.RegistryEvent.NewRegistry newRegistryEvent) |
static net.minecraft.util.ResourceLocation |
rl(java.lang.String path) |
static void |
setupRegistries() |
public static final java.lang.String ID
public static final org.apache.logging.log4j.Logger LOGGER
public static final com.hrznstudio.titanium.network.locator.LocatorType ENTITY
public static final net.minecraftforge.common.util.NonNullLazy<net.minecraft.item.ItemGroup> ITEM_GROUP
public static final net.minecraftforge.common.util.NonNullLazy<TransportRegistrate> TRANSPORT_REGISTRATE
public static Transport instance
public final NetworkHandler networkHandler
public static void setupRegistries()
public void newRegistry(net.minecraftforge.event.RegistryEvent.NewRegistry newRegistryEvent)
public void commonSetup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event)
public static TransportRegistrate getRegistrate()
public static net.minecraft.util.ResourceLocation rl(java.lang.String path)