Uses of Class
net.minecraft.world.level.block.LiquidBlock
Packages that use LiquidBlock
Package
Description
- 
Uses of LiquidBlock in net.minecraft.world.level.blockFields in net.minecraft.world.level.block with type parameters of type LiquidBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<LiquidBlock>LiquidBlock.CODECMethods 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.fluidsFields in net.neoforged.neoforge.fluids with type parameters of type LiquidBlockModifier and TypeFieldDescriptionprivate final @Nullable Supplier<? extends LiquidBlock>BaseFlowingFluid.blockprivate Supplier<? extends LiquidBlock>BaseFlowingFluid.Properties.blockMethod 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.fluidFields in net.neoforged.neoforge.oldtest.fluid with type parameters of type LiquidBlockModifier and TypeFieldDescriptionstatic DeferredBlock<LiquidBlock>NewFluidTest.test_fluid_blockprivate static final DeferredBlock<LiquidBlock>FluidTypeTest.TEST_FLUID_BLOCK