Uses of Class
net.minecraft.fluid.Fluid
-
-
Uses of Fluid in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as Fluid Modifier and Type Field Description private Fluid
FluidPredicate. fluid
Fields in net.minecraft.advancements.criterion with type parameters of type Fluid Modifier and Type Field Description private ITag<Fluid>
FluidPredicate. tag
Constructors in net.minecraft.advancements.criterion with parameters of type Fluid Constructor Description FluidPredicate(ITag<Fluid> p_i225738_1_, Fluid p_i225738_2_, StatePropertiesPredicate p_i225738_3_)
Constructor parameters in net.minecraft.advancements.criterion with type arguments of type Fluid Constructor Description FluidPredicate(ITag<Fluid> p_i225738_1_, Fluid p_i225738_2_, StatePropertiesPredicate p_i225738_3_)
-
Uses of Fluid in net.minecraft.block
Fields in net.minecraft.block with type parameters of type Fluid Modifier and Type Field Description private java.util.function.Supplier<? extends Fluid>
FlowingFluidBlock. supplier
Methods in net.minecraft.block that return Fluid Modifier and Type Method Description Fluid
BubbleColumnBlock. takeLiquid(IWorld p_204508_1_, BlockPos p_204508_2_, BlockState p_204508_3_)
Fluid
FlowingFluidBlock. takeLiquid(IWorld p_204508_1_, BlockPos p_204508_2_, BlockState p_204508_3_)
Fluid
IBucketPickupHandler. takeLiquid(IWorld p_204508_1_, BlockPos p_204508_2_, BlockState p_204508_3_)
default Fluid
IWaterLoggable. takeLiquid(IWorld p_204508_1_, BlockPos p_204508_2_, BlockState p_204508_3_)
Methods in net.minecraft.block with parameters of type Fluid Modifier and Type Method Description boolean
AbstractBlock.AbstractBlockState. canBeReplaced(Fluid p_227032_1_)
boolean
AbstractBlock. canBeReplaced(BlockState p_225541_1_, Fluid p_225541_2_)
Deprecated.boolean
EndGatewayBlock. canBeReplaced(BlockState p_225541_1_, Fluid p_225541_2_)
boolean
EndPortalBlock. canBeReplaced(BlockState p_225541_1_, Fluid p_225541_2_)
boolean
ILiquidContainer. canPlaceLiquid(IBlockReader p_204510_1_, BlockPos p_204510_2_, BlockState p_204510_3_, Fluid p_204510_4_)
default boolean
IWaterLoggable. canPlaceLiquid(IBlockReader p_204510_1_, BlockPos p_204510_2_, BlockState p_204510_3_, Fluid p_204510_4_)
boolean
KelpBlock. canPlaceLiquid(IBlockReader p_204510_1_, BlockPos p_204510_2_, BlockState p_204510_3_, Fluid p_204510_4_)
boolean
KelpTopBlock. canPlaceLiquid(IBlockReader p_204510_1_, BlockPos p_204510_2_, BlockState p_204510_3_, Fluid p_204510_4_)
boolean
SeaGrassBlock. canPlaceLiquid(IBlockReader p_204510_1_, BlockPos p_204510_2_, BlockState p_204510_3_, Fluid p_204510_4_)
boolean
SlabBlock. canPlaceLiquid(IBlockReader p_204510_1_, BlockPos p_204510_2_, BlockState p_204510_3_, Fluid p_204510_4_)
boolean
TallSeaGrassBlock. canPlaceLiquid(IBlockReader p_204510_1_, BlockPos p_204510_2_, BlockState p_204510_3_, Fluid p_204510_4_)
-
Uses of Fluid in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as Fluid Modifier and Type Field Description private Fluid
DripParticle. type
Constructors in net.minecraft.client.particle with parameters of type Fluid Constructor Description DripParticle(ClientWorld p_i232361_1_, double p_i232361_2_, double p_i232361_4_, double p_i232361_6_, Fluid p_i232361_8_)
Dripping(ClientWorld p_i232365_1_, double p_i232365_2_, double p_i232365_4_, double p_i232365_6_, Fluid p_i232365_8_, IParticleData p_i232365_9_)
DrippingLava(ClientWorld p_i232363_1_, double p_i232363_2_, double p_i232363_4_, double p_i232363_6_, Fluid p_i232363_8_, IParticleData p_i232363_9_)
FallingHoneyParticle(ClientWorld p_i232373_1_, double p_i232373_2_, double p_i232373_4_, double p_i232373_6_, Fluid p_i232373_8_, IParticleData p_i232373_9_)
FallingLiquidParticle(ClientWorld p_i232369_1_, double p_i232369_2_, double p_i232369_4_, double p_i232369_6_, Fluid p_i232369_8_, IParticleData p_i232369_9_)
FallingNectarParticle(ClientWorld p_i232371_1_, double p_i232371_2_, double p_i232371_4_, double p_i232371_6_, Fluid p_i232371_8_)
Landing(ClientWorld p_i232367_1_, double p_i232367_2_, double p_i232367_4_, double p_i232367_6_, Fluid p_i232367_8_)
-
Uses of Fluid in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type Fluid Modifier and Type Field Description private static java.util.Map<IRegistryDelegate<Fluid>,java.util.function.Predicate<RenderType>>
RenderTypeLookup. fluidRenderChecks
private static java.util.Map<Fluid,RenderType>
RenderTypeLookup. TYPE_BY_FLUID
Deprecated.Methods in net.minecraft.client.renderer with parameters of type Fluid Modifier and Type Method Description private float
FluidBlockRenderer. getWaterHeight(IBlockReader p_217640_1_, BlockPos p_217640_2_, Fluid p_217640_3_)
static void
RenderTypeLookup. setRenderLayer(Fluid fluid, java.util.function.Predicate<RenderType> predicate)
static void
RenderTypeLookup. setRenderLayer(Fluid fluid, RenderType type)
-
Uses of Fluid in net.minecraft.client.world
Methods in net.minecraft.client.world that return types with arguments of type Fluid Modifier and Type Method Description ITickList<Fluid>
ClientWorld. getLiquidTicks()
-
Uses of Fluid in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type Fluid Modifier and Type Field Description protected it.unimi.dsi.fastutil.objects.Object2DoubleMap<ITag<Fluid>>
Entity. fluidHeight
protected ITag<Fluid>
Entity. fluidOnEyes
Methods in net.minecraft.entity with parameters of type Fluid Modifier and Type Method Description boolean
LivingEntity. canStandOnFluid(Fluid p_230285_1_)
Method parameters in net.minecraft.entity with type arguments of type Fluid Modifier and Type Method Description double
Entity. getFluidHeight(ITag<Fluid> p_233571_1_)
boolean
Entity. isEyeInFluid(ITag<Fluid> p_208600_1_)
protected void
LivingEntity. jumpInLiquid(ITag<Fluid> p_180466_1_)
protected void
MobEntity. jumpInLiquid(ITag<Fluid> p_180466_1_)
boolean
Entity. updateFluidHeightAndDoFluidPushing(ITag<Fluid> p_210500_1_, double p_210500_2_)
-
Uses of Fluid in net.minecraft.entity.monster
Method parameters in net.minecraft.entity.monster with type arguments of type Fluid Modifier and Type Method Description protected void
MagmaCubeEntity. jumpInLiquid(ITag<Fluid> p_180466_1_)
-
Uses of Fluid in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type Fluid Modifier and Type Method Description boolean
StriderEntity. canStandOnFluid(Fluid p_230285_1_)
Method parameters in net.minecraft.entity.passive with type arguments of type Fluid Modifier and Type Method Description protected void
BeeEntity. jumpInLiquid(ITag<Fluid> p_180466_1_)
-
Uses of Fluid in net.minecraft.fluid
Subclasses of Fluid in net.minecraft.fluid Modifier and Type Class Description class
EmptyFluid
class
FlowingFluid
class
LavaFluid
static class
LavaFluid.Flowing
static class
LavaFluid.Source
class
WaterFluid
static class
WaterFluid.Flowing
static class
WaterFluid.Source
Fields in net.minecraft.fluid declared as Fluid Modifier and Type Field Description static Fluid
Fluids. EMPTY
Fields in net.minecraft.fluid with type parameters of type Fluid Modifier and Type Field Description private ReverseTagWrapper<Fluid>
Fluid. reverseTags
protected StateContainer<Fluid,FluidState>
Fluid. stateDefinition
Methods in net.minecraft.fluid with type parameters of type Fluid Modifier and Type Method Description private static <T extends Fluid>
TFluids. register(java.lang.String p_215710_0_, T p_215710_1_)
Methods in net.minecraft.fluid that return Fluid Modifier and Type Method Description abstract Fluid
FlowingFluid. getFlowing()
Fluid
LavaFluid. getFlowing()
Fluid
WaterFluid. getFlowing()
abstract Fluid
FlowingFluid. getSource()
Fluid
LavaFluid. getSource()
Fluid
WaterFluid. getSource()
Fluid
FluidState. getType()
Methods in net.minecraft.fluid that return types with arguments of type Fluid Modifier and Type Method Description StateContainer<Fluid,FluidState>
Fluid. getStateDefinition()
Methods in net.minecraft.fluid with parameters of type Fluid Modifier and Type Method Description boolean
EmptyFluid. canBeReplacedWith(FluidState p_215665_1_, IBlockReader p_215665_2_, BlockPos p_215665_3_, Fluid p_215665_4_, Direction p_215665_5_)
protected abstract boolean
Fluid. canBeReplacedWith(FluidState p_215665_1_, IBlockReader p_215665_2_, BlockPos p_215665_3_, Fluid p_215665_4_, Direction p_215665_5_)
boolean
FluidState. canBeReplacedWith(IBlockReader p_215677_1_, BlockPos p_215677_2_, Fluid p_215677_3_, Direction p_215677_4_)
boolean
LavaFluid. canBeReplacedWith(FluidState p_215665_1_, IBlockReader p_215665_2_, BlockPos p_215665_3_, Fluid p_215665_4_, Direction p_215665_5_)
boolean
WaterFluid. canBeReplacedWith(FluidState p_215665_1_, IBlockReader p_215665_2_, BlockPos p_215665_3_, Fluid p_215665_4_, Direction p_215665_5_)
private boolean
FlowingFluid. canHoldFluid(IBlockReader p_211761_1_, BlockPos p_211761_2_, BlockState p_211761_3_, Fluid p_211761_4_)
private boolean
FlowingFluid. canPassThrough(IBlockReader p_211760_1_, Fluid p_211760_2_, BlockPos p_211760_3_, BlockState p_211760_4_, Direction p_211760_5_, BlockPos p_211760_6_, BlockState p_211760_7_, FluidState p_211760_8_)
protected boolean
FlowingFluid. canSpreadTo(IBlockReader p_205570_1_, BlockPos p_205570_2_, BlockState p_205570_3_, Direction p_205570_4_, BlockPos p_205570_5_, BlockState p_205570_6_, FluidState p_205570_7_, Fluid p_205570_8_)
boolean
Fluid. isSame(Fluid p_207187_1_)
boolean
LavaFluid. isSame(Fluid p_207187_1_)
boolean
WaterFluid. isSame(Fluid p_207187_1_)
private boolean
FlowingFluid. isWaterHole(IBlockReader p_211759_1_, Fluid p_211759_2_, BlockPos p_211759_3_, BlockState p_211759_4_, BlockPos p_211759_5_, BlockState p_211759_6_)
Method parameters in net.minecraft.fluid with type arguments of type Fluid Modifier and Type Method Description protected void
FlowingFluid. createFluidStateDefinition(StateContainer.Builder<Fluid,FluidState> p_207184_1_)
protected void
Fluid. createFluidStateDefinition(StateContainer.Builder<Fluid,FluidState> p_207184_1_)
protected void
LavaFluid.Flowing. createFluidStateDefinition(StateContainer.Builder<Fluid,FluidState> p_207184_1_)
protected void
WaterFluid.Flowing. createFluidStateDefinition(StateContainer.Builder<Fluid,FluidState> p_207184_1_)
boolean
Fluid. is(ITag<Fluid> p_207185_1_)
boolean
FluidState. is(ITag<Fluid> p_206884_1_)
Constructors in net.minecraft.fluid with parameters of type Fluid Constructor Description FluidState(Fluid p_i232145_1_, com.google.common.collect.ImmutableMap<Property<?>,java.lang.Comparable<?>> p_i232145_2_, com.mojang.serialization.MapCodec<FluidState> p_i232145_3_)
-
Uses of Fluid in net.minecraft.item
Fields in net.minecraft.item declared as Fluid Modifier and Type Field Description private Fluid
BucketItem. content
Fields in net.minecraft.item with type parameters of type Fluid Modifier and Type Field Description private java.util.function.Supplier<? extends Fluid>
BucketItem. fluidSupplier
Methods in net.minecraft.item that return Fluid Modifier and Type Method Description Fluid
BucketItem. getFluid()
Constructors in net.minecraft.item with parameters of type Fluid Constructor Description BucketItem(Fluid p_i49025_1_, Item.Properties p_i49025_2_)
Deprecated.FishBucketItem(EntityType<?> p_i49022_1_, Fluid p_i49022_2_, Item.Properties p_i49022_3_)
Deprecated.Constructor parameters in net.minecraft.item with type arguments of type Fluid Constructor Description BucketItem(java.util.function.Supplier<? extends Fluid> supplier, Item.Properties builder)
-
Uses of Fluid in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type Fluid Modifier and Type Field Description protected TagCollectionReader<Fluid>
NetworkTagManager. fluids
protected static TagRegistry<Fluid>
FluidTags. HELPER
static ITag.INamedTag<Fluid>
FluidTags. LAVA
static ITag.INamedTag<Fluid>
FluidTags. WATER
Methods in net.minecraft.tags that return types with arguments of type Fluid Modifier and Type Method Description static ITag.INamedTag<Fluid>
FluidTags. bind(java.lang.String p_206956_0_)
static Tags.IOptionalNamedTag<Fluid>
FluidTags. createOptional(ResourceLocation name)
static Tags.IOptionalNamedTag<Fluid>
FluidTags. createOptional(ResourceLocation name, java.util.Set<java.util.function.Supplier<Fluid>> defaults)
static ITagCollection<Fluid>
FluidTags. getAllTags()
ITagCollection<Fluid>
ITagCollectionSupplier. getFluids()
static java.util.List<? extends ITag.INamedTag<Fluid>>
FluidTags. getWrappers()
Method parameters in net.minecraft.tags with type arguments of type Fluid Modifier and Type Method Description static Tags.IOptionalNamedTag<Fluid>
FluidTags. createOptional(ResourceLocation name, java.util.Set<java.util.function.Supplier<Fluid>> defaults)
-
Uses of Fluid in net.minecraft.util.math.shapes
Fields in net.minecraft.util.math.shapes with type parameters of type Fluid Modifier and Type Field Description private java.util.function.Predicate<Fluid>
EntitySelectionContext. canStandOnFluid
Constructor parameters in net.minecraft.util.math.shapes with type arguments of type Fluid Constructor Description EntitySelectionContext(boolean p_i232177_1_, double p_i232177_2_, Item p_i232177_4_, java.util.function.Predicate<Fluid> p_i232177_5_)
EntitySelectionContext(Entity entity, boolean p_i232177_1_, double p_i232177_2_, Item p_i232177_4_, java.util.function.Predicate<Fluid> p_i232177_5_)
-
Uses of Fluid in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type Fluid Modifier and Type Field Description static DefaultedRegistry<Fluid>
Registry. FLUID
Deprecated.static RegistryKey<Registry<Fluid>>
Registry. FLUID_REGISTRY
-
Uses of Fluid in net.minecraft.world
Methods in net.minecraft.world that return types with arguments of type Fluid Modifier and Type Method Description ITickList<Fluid>
IWorld. getLiquidTicks()
-
Uses of Fluid in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type Fluid Modifier and Type Field Description private ITickList<Fluid>
Chunk. liquidTicks
private ChunkPrimerTickList<Fluid>
ChunkPrimer. liquidTicks
Methods in net.minecraft.world.chunk that return types with arguments of type Fluid Modifier and Type Method Description ITickList<Fluid>
Chunk. getLiquidTicks()
ChunkPrimerTickList<Fluid>
ChunkPrimer. getLiquidTicks()
ChunkPrimerTickList<Fluid>
ChunkPrimerWrapper. getLiquidTicks()
ITickList<Fluid>
IChunk. getLiquidTicks()
-
Uses of Fluid in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type Fluid Modifier and Type Field Description private ITickList<Fluid>
WorldGenRegion. liquidTicks
Methods in net.minecraft.world.gen that return types with arguments of type Fluid Modifier and Type Method Description ITickList<Fluid>
WorldGenRegion. getLiquidTicks()
-
Uses of Fluid in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver with type parameters of type Fluid Modifier and Type Field Description protected java.util.Set<Fluid>
WorldCarver. liquids
-
Uses of Fluid in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type Fluid Modifier and Type Field Description private ServerTickList<Fluid>
ServerWorld. liquidTicks
Methods in net.minecraft.world.server that return types with arguments of type Fluid Modifier and Type Method Description ServerTickList<Fluid>
ServerWorld. getLiquidTicks()
Method parameters in net.minecraft.world.server with type arguments of type Fluid Modifier and Type Method Description private void
ServerWorld. tickLiquid(NextTickListEntry<Fluid> p_205339_1_)
-
Uses of Fluid in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type Fluid Modifier and Type Method Description static java.util.stream.Stream<RenderMaterial>
ForgeHooksClient. getFluidMaterials(Fluid fluid)
-
Uses of Fluid in net.minecraftforge.client.model
Fields in net.minecraftforge.client.model declared as Fluid Modifier and Type Field Description private Fluid
DynamicBucketModel. fluid
private Fluid
FluidModel. fluid
Methods in net.minecraftforge.client.model with parameters of type Fluid Modifier and Type Method Description DynamicBucketModel
DynamicBucketModel. withFluid(Fluid newFluid)
Returns a new ModelDynBucket representing the given fluid, but with the same other properties (flipGas, tint, coverIsMask).Constructors in net.minecraftforge.client.model with parameters of type Fluid Constructor Description DynamicBucketModel(Fluid fluid, boolean flipGas, boolean tint, boolean coverIsMask)
Deprecated.DynamicBucketModel(Fluid fluid, boolean flipGas, boolean tint, boolean coverIsMask, boolean applyFluidLuminosity)
FluidModel(Fluid fluid)
-
Uses of Fluid in net.minecraftforge.client.model.generators.loaders
Methods in net.minecraftforge.client.model.generators.loaders with parameters of type Fluid Modifier and Type Method Description DynamicBucketModelBuilder<T>
DynamicBucketModelBuilder. fluid(Fluid fluid)
-
Uses of Fluid in net.minecraftforge.common
Fields in net.minecraftforge.common with type parameters of type Fluid Modifier and Type Field Description static RegistryObject<Fluid>
ForgeMod. FLOWING_MILK
static RegistryObject<Fluid>
ForgeMod. MILK
static Tags.IOptionalNamedTag<Fluid>
Tags.Fluids. MILK
Methods in net.minecraftforge.common that return types with arguments of type Fluid Modifier and Type Method Description private static Tags.IOptionalNamedTag<Fluid>
Tags.Fluids. tag(java.lang.String name)
Methods in net.minecraftforge.common with parameters of type Fluid Modifier and Type Method Description static FluidAttributes
ForgeHooks. createVanillaFluidAttributes(Fluid fluid)
Method parameters in net.minecraftforge.common with type arguments of type Fluid Modifier and Type Method Description void
ForgeMod. registerFluids(RegistryEvent.Register<Fluid> event)
-
Uses of Fluid in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return Fluid Modifier and Type Method Description default Fluid
IForgeFluid. getFluid()
Method parameters in net.minecraftforge.common.extensions with type arguments of type Fluid Modifier and Type Method Description default boolean
IForgeFluid. isEntityInside(FluidState state, IWorldReader world, BlockPos pos, Entity entity, double yToTest, Tag<Fluid> tag, boolean testingHead)
Called when the entity is inside this block, may be used to determined if the entity can breathing, display material overlays, or if the entity can swim inside a block.default boolean
IForgeFluidState. isEntityInside(IWorldReader world, BlockPos pos, Entity entity, double yToTest, Tag<Fluid> tag, boolean testingHead)
Called when the entity is inside this block, may be used to determined if the entity can breathing, display material overlays, or if the entity can swim inside a block. -
Uses of Fluid in net.minecraftforge.debug.fluid
Fields in net.minecraftforge.debug.fluid with type parameters of type Fluid Modifier and Type Field Description static DeferredRegister<Fluid>
NewFluidTest. FLUIDS
Methods in net.minecraftforge.debug.fluid that return Fluid Modifier and Type Method Description Fluid
NewFluidTest.FluidloggableBlock. takeLiquid(IWorld worldIn, BlockPos pos, BlockState state)
Methods in net.minecraftforge.debug.fluid with parameters of type Fluid Modifier and Type Method Description boolean
NewFluidTest.FluidloggableBlock. canPlaceLiquid(IBlockReader worldIn, BlockPos pos, BlockState state, Fluid fluidIn)
-
Uses of Fluid in net.minecraftforge.fluids
Subclasses of Fluid in net.minecraftforge.fluids Modifier and Type Class Description class
ForgeFlowingFluid
static class
ForgeFlowingFluid.Flowing
static class
ForgeFlowingFluid.Source
Fields in net.minecraftforge.fluids with type parameters of type Fluid Modifier and Type Field Description private java.util.function.BiFunction<FluidAttributes.Builder,Fluid,FluidAttributes>
FluidAttributes.Builder. factory
private java.util.function.Supplier<? extends Fluid>
ForgeFlowingFluid. flowing
private java.util.function.Supplier<? extends Fluid>
ForgeFlowingFluid.Properties. flowing
private IRegistryDelegate<Fluid>
FluidStack. fluidDelegate
private java.util.function.Supplier<? extends Fluid>
ForgeFlowingFluid.Properties. still
private java.util.function.Supplier<? extends Fluid>
ForgeFlowingFluid. still
Methods in net.minecraftforge.fluids that return Fluid Modifier and Type Method Description Fluid
ForgeFlowingFluid. getFlowing()
Fluid
FluidStack. getFluid()
Fluid
IFluidBlock. getFluid()
Returns the Fluid associated with this Block.Fluid
FluidStack. getRawFluid()
Fluid
ForgeFlowingFluid. getSource()
Methods in net.minecraftforge.fluids with parameters of type Fluid Modifier and Type Method Description FluidAttributes
FluidAttributes.Builder. build(Fluid fluid)
protected boolean
ForgeFlowingFluid. canBeReplacedWith(FluidState state, IBlockReader world, BlockPos pos, Fluid fluidIn, Direction direction)
private static IFluidHandler
FluidUtil. getFluidBlockHandler(Fluid fluid, World world, BlockPos pos)
Internal method for getting a fluid block handler for placing a fluid.boolean
ForgeFlowingFluid. isSame(Fluid fluidIn)
Method parameters in net.minecraftforge.fluids with type arguments of type Fluid Modifier and Type Method Description protected void
ForgeFlowingFluid.Flowing. createFluidStateDefinition(StateContainer.Builder<Fluid,FluidState> builder)
Constructors in net.minecraftforge.fluids with parameters of type Fluid Constructor Description FluidAttributes(FluidAttributes.Builder builder, Fluid fluid)
FluidStack(Fluid fluid, int amount)
FluidStack(Fluid fluid, int amount, CompoundNBT nbt)
Water(FluidAttributes.Builder builder, Fluid fluid)
Constructor parameters in net.minecraftforge.fluids with type arguments of type Fluid Constructor Description Builder(ResourceLocation stillTexture, ResourceLocation flowingTexture, java.util.function.BiFunction<FluidAttributes.Builder,Fluid,FluidAttributes> factory)
Properties(java.util.function.Supplier<? extends Fluid> still, java.util.function.Supplier<? extends Fluid> flowing, FluidAttributes.Builder attributes)
-
Uses of Fluid in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type Fluid Modifier and Type Field Description static IForgeRegistry<Fluid>
ForgeRegistries. FLUIDS
static RegistryKey<Registry<Fluid>>
ForgeRegistries.Keys. FLUIDS
-