Package net.minecraftforge.debug.fluid
Class NewFluidTest
- java.lang.Object
-
- net.minecraftforge.debug.fluid.NewFluidTest
-
public class NewFluidTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
NewFluidTest.FluidloggableBlock
-
Field Summary
Fields Modifier and Type Field Description static DeferredRegister<Block>
BLOCKS
static ResourceLocation
FLUID_FLOWING
static ResourceLocation
FLUID_OVERLAY
static ResourceLocation
FLUID_STILL
static RegistryObject<Block>
fluidloggable_block
static RegistryObject<Item>
fluidloggable_blockitem
static DeferredRegister<Fluid>
FLUIDS
static DeferredRegister<Item>
ITEMS
static java.lang.String
MODID
static RegistryObject<FlowingFluid>
test_fluid
static RegistryObject<FlowingFluidBlock>
test_fluid_block
static RegistryObject<Item>
test_fluid_bucket
static RegistryObject<FlowingFluid>
test_fluid_flowing
-
Constructor Summary
Constructors Constructor Description NewFluidTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadComplete(FMLLoadCompleteEvent event)
private static ForgeFlowingFluid.Properties
makeProperties()
-
-
-
Field Detail
-
MODID
public static final java.lang.String MODID
- See Also:
- Constant Field Values
-
FLUID_STILL
public static final ResourceLocation FLUID_STILL
-
FLUID_FLOWING
public static final ResourceLocation FLUID_FLOWING
-
FLUID_OVERLAY
public static final ResourceLocation FLUID_OVERLAY
-
BLOCKS
public static final DeferredRegister<Block> BLOCKS
-
ITEMS
public static final DeferredRegister<Item> ITEMS
-
FLUIDS
public static final DeferredRegister<Fluid> FLUIDS
-
test_fluid
public static RegistryObject<FlowingFluid> test_fluid
-
test_fluid_flowing
public static RegistryObject<FlowingFluid> test_fluid_flowing
-
test_fluid_block
public static RegistryObject<FlowingFluidBlock> test_fluid_block
-
test_fluid_bucket
public static RegistryObject<Item> test_fluid_bucket
-
fluidloggable_block
public static RegistryObject<Block> fluidloggable_block
-
fluidloggable_blockitem
public static RegistryObject<Item> fluidloggable_blockitem
-
-
Method Detail
-
makeProperties
private static ForgeFlowingFluid.Properties makeProperties()
-
loadComplete
public void loadComplete(FMLLoadCompleteEvent event)
-
-