Uses of Class
net.minecraft.world.level.block.LiquidBlock
Packages that use LiquidBlock
-
Uses of LiquidBlock in net.minecraftforge.debug.fluid
Fields in net.minecraftforge.debug.fluid with type parameters of type LiquidBlockModifier and TypeFieldDescriptionstatic RegistryObject<LiquidBlock>
NewFluidTest.test_fluid_block
private static final RegistryObject<LiquidBlock>
FluidTypeTest.TEST_FLUID_BLOCK
-
Uses of LiquidBlock in net.minecraftforge.fluids
Fields in net.minecraftforge.fluids with type parameters of type LiquidBlockModifier and TypeFieldDescriptionprivate final @Nullable Supplier<? extends LiquidBlock>
ForgeFlowingFluid.block
private Supplier<? extends LiquidBlock>
ForgeFlowingFluid.Properties.block
Method parameters in net.minecraftforge.fluids with type arguments of type LiquidBlockModifier and TypeMethodDescriptionForgeFlowingFluid.Properties.block
(Supplier<? extends LiquidBlock> block)