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 classNewFluidTest.FluidloggableBlock
-
Field Summary
Fields Modifier and Type Field Description static DeferredRegister<Block>BLOCKSstatic ResourceLocationFLUID_FLOWINGstatic ResourceLocationFLUID_OVERLAYstatic ResourceLocationFLUID_STILLstatic RegistryObject<Block>fluidloggable_blockstatic RegistryObject<Item>fluidloggable_blockitemstatic DeferredRegister<Fluid>FLUIDSstatic DeferredRegister<Item>ITEMSstatic java.lang.StringMODIDstatic RegistryObject<FlowingFluid>test_fluidstatic RegistryObject<FlowingFluidBlock>test_fluid_blockstatic RegistryObject<Item>test_fluid_bucketstatic 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 voidloadComplete(FMLLoadCompleteEvent event)private static ForgeFlowingFluid.PropertiesmakeProperties()
-
-
-
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)
-
-