Uses of Class
net.minecraft.world.level.block.LiquidBlock
Packages that use LiquidBlock
-
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.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)