Class NewFluidTest
java.lang.Object
net.neoforged.neoforge.oldtest.fluid.NewFluidTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
private static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeferredRegister.Blocks
static final boolean
static final net.minecraft.resources.ResourceLocation
static DeferredItem
<net.minecraft.world.item.Item> static final net.minecraft.resources.ResourceLocation
static final net.minecraft.resources.ResourceLocation
static final DeferredRegister
<FluidType> static DeferredBlock
<net.minecraft.world.level.block.Block> static final DeferredRegister
<net.minecraft.world.level.material.Fluid> static final DeferredRegister.Items
static final String
static DeferredHolder
<net.minecraft.world.level.material.Fluid, net.minecraft.world.level.material.FlowingFluid> static DeferredBlock
<net.minecraft.world.level.block.LiquidBlock> static DeferredItem
<net.minecraft.world.item.Item> static DeferredHolder
<net.minecraft.world.level.material.Fluid, net.minecraft.world.level.material.FlowingFluid> static DeferredHolder
<FluidType, FluidType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
void
loadComplete
(net.neoforged.fml.event.lifecycle.FMLLoadCompleteEvent event) private static BaseFlowingFluid.Properties
-
Field Details
-
ENABLE
public static final boolean ENABLE- See Also:
-
MODID
- See Also:
-
FLUID_STILL
public static final net.minecraft.resources.ResourceLocation FLUID_STILL -
FLUID_FLOWING
public static final net.minecraft.resources.ResourceLocation FLUID_FLOWING -
FLUID_OVERLAY
public static final net.minecraft.resources.ResourceLocation FLUID_OVERLAY -
BLOCKS
-
ITEMS
-
FLUID_TYPES
-
FLUIDS
-
test_fluid_type
-
test_fluid
public static DeferredHolder<net.minecraft.world.level.material.Fluid,net.minecraft.world.level.material.FlowingFluid> test_fluid -
test_fluid_flowing
public static DeferredHolder<net.minecraft.world.level.material.Fluid,net.minecraft.world.level.material.FlowingFluid> test_fluid_flowing -
test_fluid_block
-
TEST_FLUID_BUCKET
-
fluidloggable_block
-
FLUID_LOGGABLE_BLOCK_ITEM
-
-
Constructor Details
-
NewFluidTest
public NewFluidTest(net.neoforged.bus.api.IEventBus modEventBus)
-
-
Method Details
-
makeProperties
-
addCreative
-
loadComplete
public void loadComplete(net.neoforged.fml.event.lifecycle.FMLLoadCompleteEvent event)
-