Uses of Class
net.minecraft.world.level.block.LiquidBlock
Packages that use LiquidBlock
Package
Description
-
Uses of LiquidBlock in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type LiquidBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<LiquidBlock>
LiquidBlock.CODEC
Methods in net.minecraft.world.level.block that return types with arguments of type LiquidBlockModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<LiquidBlock>
LiquidBlock.codec()
-
Uses of LiquidBlock in net.neoforged.neoforge.fluids
Fields in net.neoforged.neoforge.fluids with type parameters of type LiquidBlockModifier and TypeFieldDescriptionprivate final @Nullable Supplier<? extends LiquidBlock>
BaseFlowingFluid.block
private Supplier<? extends LiquidBlock>
BaseFlowingFluid.Properties.block
Method parameters in net.neoforged.neoforge.fluids with type arguments of type LiquidBlockModifier and TypeMethodDescriptionBaseFlowingFluid.Properties.block
(Supplier<? extends LiquidBlock> block) -
Uses of LiquidBlock in net.neoforged.neoforge.oldtest.fluid
Fields in net.neoforged.neoforge.oldtest.fluid with type parameters of type LiquidBlockModifier and TypeFieldDescriptionstatic DeferredBlock<LiquidBlock>
NewFluidTest.test_fluid_block
private static final DeferredBlock<LiquidBlock>
FluidTypeTest.TEST_FLUID_BLOCK