Package com.simibubi.create
Class AllMountedStorageTypes
java.lang.Object
com.simibubi.create.AllMountedStorageTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>, ChestMountedStorageType> static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>, CreativeCrateMountedStorageType> static final com.tterrag.registrate.util.entry.RegistryEntry<MountedFluidStorageType<?>, CreativeFluidTankMountedStorageType> static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>, DepotMountedStorageType> static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>, DispenserMountedStorageType> static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>, FallbackMountedStorageType> static final com.tterrag.registrate.util.entry.RegistryEntry<MountedFluidStorageType<?>, FluidTankMountedStorageType> static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>, SimpleMountedStorageType.Impl> static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>, ToolboxMountedStorageType> static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>, ItemVaultMountedStorageType> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FALLBACK
public static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>,FallbackMountedStorageType> FALLBACK -
CREATIVE_CRATE
public static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>,CreativeCrateMountedStorageType> CREATIVE_CRATE -
VAULT
public static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>,ItemVaultMountedStorageType> VAULT -
TOOLBOX
public static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>,ToolboxMountedStorageType> TOOLBOX -
DEPOT
public static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>,DepotMountedStorageType> DEPOT -
FLUID_TANK
public static final com.tterrag.registrate.util.entry.RegistryEntry<MountedFluidStorageType<?>,FluidTankMountedStorageType> FLUID_TANK -
CREATIVE_FLUID_TANK
public static final com.tterrag.registrate.util.entry.RegistryEntry<MountedFluidStorageType<?>,CreativeFluidTankMountedStorageType> CREATIVE_FLUID_TANK -
SIMPLE
public static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>,SimpleMountedStorageType.Impl> SIMPLE -
CHEST
public static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>,ChestMountedStorageType> CHEST -
DISPENSER
public static final com.tterrag.registrate.util.entry.RegistryEntry<MountedItemStorageType<?>,DispenserMountedStorageType> DISPENSER
-
-
Constructor Details
-
AllMountedStorageTypes
public AllMountedStorageTypes()
-
-
Method Details
-
register
public static void register()
-