Uses of Class
alexiil.mc.lib.attributes.fluid.volume.NormalFluidKey.NormalFluidKeyBuilder
Package | Description |
---|---|
alexiil.mc.lib.attributes.fluid.volume |
-
Uses of NormalFluidKey.NormalFluidKeyBuilder in alexiil.mc.lib.attributes.fluid.volume
Methods in alexiil.mc.lib.attributes.fluid.volume that return NormalFluidKey.NormalFluidKeyBuilder Modifier and Type Method Description NormalFluidKey.NormalFluidKeyBuilder
NormalFluidKey.NormalFluidKeyBuilder. addUnit(FluidUnit unit)
static NormalFluidKey.NormalFluidKeyBuilder
NormalFluidKey. builder(net.minecraft.fluid.Fluid fluid, net.minecraft.util.Identifier spriteId, net.minecraft.text.Text name)
Deprecated.As the flowing sprite ID is needed as well.static NormalFluidKey.NormalFluidKeyBuilder
NormalFluidKey. builder(net.minecraft.fluid.Fluid fluid, net.minecraft.util.Identifier spriteId, net.minecraft.util.Identifier flowingSpriteId, net.minecraft.text.Text name)
Deprecated.NormalFluidKey.NormalFluidKeyBuilder
NormalFluidKey.NormalFluidKeyBuilder. setRenderColor(int renderColor)
NormalFluidKey.NormalFluidKeyBuilder
NormalFluidKey.NormalFluidKeyBuilder. setUnit(FluidUnit unit)
Constructors in alexiil.mc.lib.attributes.fluid.volume with parameters of type NormalFluidKey.NormalFluidKeyBuilder Constructor Description NormalFluidKey(NormalFluidKey.NormalFluidKeyBuilder builder)
Deprecated.