Class FluidityDebugRegistry
java.lang.Object
com.forsteri.unlimitedfluidity.debug.FluidityDebugRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.block.Block>
static final net.minecraftforge.registries.DeferredRegister<net.minecraft.commands.synchronization.ArgumentTypeInfo<?,
?>> static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.material.FlowingFluid>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.LiquidBlock>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.Item>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.material.FlowingFluid>
static net.minecraftforge.fluids.ForgeFlowingFluid.Properties
static net.minecraftforge.registries.RegistryObject<net.minecraftforge.fluids.FluidType>
static final net.minecraftforge.registries.DeferredRegister<net.minecraftforge.fluids.FluidType>
static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.material.Fluid>
static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.Item>
static final net.minecraft.resources.ResourceLocation
static final net.minecraft.resources.ResourceLocation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(net.minecraftforge.eventbus.api.IEventBus modEventBus)
-
Field Details
-
FLUID_TYPES
public static final net.minecraftforge.registries.DeferredRegister<net.minecraftforge.fluids.FluidType> FLUID_TYPES -
FLUIDS
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.material.Fluid> FLUIDS -
BLOCKS
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.block.Block> BLOCKS -
ITEMS
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.Item> ITEMS -
COMMAND_ARGUMENT_TYPES
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.commands.synchronization.ArgumentTypeInfo<?,?>> COMMAND_ARGUMENT_TYPES -
WATER_STILL_RL
public static final net.minecraft.resources.ResourceLocation WATER_STILL_RL -
WATER_FLOWING_RL
public static final net.minecraft.resources.ResourceLocation WATER_FLOWING_RL -
DEBUG_FLUID_TYPE
public static net.minecraftforge.registries.RegistryObject<net.minecraftforge.fluids.FluidType> DEBUG_FLUID_TYPE -
DEBUG_FLUID
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.material.FlowingFluid> DEBUG_FLUID -
DEBUG_FLUID_FLOWING
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.material.FlowingFluid> DEBUG_FLUID_FLOWING -
DEBUG_FLUID_PROPERTY
public static net.minecraftforge.fluids.ForgeFlowingFluid.Properties DEBUG_FLUID_PROPERTY -
DEBUG_FLUID_BLOCK
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.LiquidBlock> DEBUG_FLUID_BLOCK -
DEBUG_FLUID_BUCKET
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.Item> DEBUG_FLUID_BUCKET
-
-
Constructor Details
-
FluidityDebugRegistry
public FluidityDebugRegistry()
-
-
Method Details
-
register
public static void register(net.minecraftforge.eventbus.api.IEventBus modEventBus)
-