Uses of Class
net.minecraftforge.fluids.FluidAttributes
Package
Description
-
Uses of FluidAttributes in net.minecraft.world.level.material
Modifier and TypeMethodDescriptionprotected FluidAttributes
Fluid.createAttributes()
Creates the fluid attributes object, which wilAl contain all the extended values for the fluid that aren't part of the vanilla system.final FluidAttributes
Fluid.getAttributes()
-
Uses of FluidAttributes in net.minecraftforge.common
Modifier and TypeMethodDescriptionstatic FluidAttributes
ForgeHooks.createVanillaFluidAttributes
(Fluid fluid) -
Uses of FluidAttributes in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptionIForgeFluid.getAttributes()
Retrieves the non-vanilla fluid attributes, including localized name. -
Uses of FluidAttributes in net.minecraftforge.fluids
ModifierConstructorDescriptionprotected
Builder
(ResourceLocation stillTexture, ResourceLocation flowingTexture, BiFunction<FluidAttributes.Builder, Fluid, FluidAttributes> factory)