public class TransportEntities
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<CargoCarrierMinecartEntity>> |
CARGO_MINECART |
static com.tterrag.registrate.util.entry.ItemEntry<CargoCarrierMinecartItem> |
CARGO_MINECART_ITEM |
static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<TugBoatEntity>> |
DIESEL_BOAT |
static com.tterrag.registrate.util.entry.RegistryEntry<TugBoatItem<TugBoatEntity>> |
DIESEL_BOAT_ITEM |
static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<LocomotiveEntity>> |
DIESEL_LOCOMOTIVE |
static com.tterrag.registrate.util.entry.RegistryEntry<LocomotiveItem> |
DIESEL_LOCOMOTIVE_ITEM |
static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<HulledBoatEntity>> |
HULLED_BOAT |
static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<ModularBoatEntity>> |
MODULAR_BOAT |
static com.tterrag.registrate.util.entry.ItemEntry<ModularBoatItem> |
MODULAR_BOAT_ITEM |
static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<TugBoatEntity>> |
STEAM_BOAT |
static com.tterrag.registrate.util.entry.RegistryEntry<TugBoatItem<TugBoatEntity>> |
STEAM_BOAT_ITEM |
static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<LocomotiveEntity>> |
STEAM_LOCOMOTIVE |
static com.tterrag.registrate.util.entry.RegistryEntry<LocomotiveItem> |
STEAM_LOCOMOTIVE_ITEM |
| Constructor and Description |
|---|
TransportEntities() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setup() |
public static final com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<CargoCarrierMinecartEntity>> CARGO_MINECART
public static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<ModularBoatEntity>> MODULAR_BOAT
public static com.tterrag.registrate.util.entry.ItemEntry<CargoCarrierMinecartItem> CARGO_MINECART_ITEM
public static com.tterrag.registrate.util.entry.ItemEntry<ModularBoatItem> MODULAR_BOAT_ITEM
public static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<HulledBoatEntity>> HULLED_BOAT
public static com.tterrag.registrate.util.entry.RegistryEntry<LocomotiveItem> DIESEL_LOCOMOTIVE_ITEM
public static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<LocomotiveEntity>> DIESEL_LOCOMOTIVE
public static com.tterrag.registrate.util.entry.RegistryEntry<TugBoatItem<TugBoatEntity>> DIESEL_BOAT_ITEM
public static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<TugBoatEntity>> DIESEL_BOAT
public static com.tterrag.registrate.util.entry.RegistryEntry<LocomotiveItem> STEAM_LOCOMOTIVE_ITEM
public static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<LocomotiveEntity>> STEAM_LOCOMOTIVE
public static com.tterrag.registrate.util.entry.RegistryEntry<TugBoatItem<TugBoatEntity>> STEAM_BOAT_ITEM
public static com.tterrag.registrate.util.entry.RegistryEntry<net.minecraft.entity.EntityType<TugBoatEntity>> STEAM_BOAT