Uses of Class
net.minecraftforge.fluids.FluidAttributes
Packages that use FluidAttributes
Package
Description
-
Uses of FluidAttributes in net.minecraft.world.level.material
Fields in net.minecraft.world.level.material declared as FluidAttributesMethods in net.minecraft.world.level.material that return FluidAttributesModifier and TypeMethodDescriptionprotected FluidAttributes
Fluid.createAttributes()
Creates the fluid attributes object, which will contain all the extended values for the fluid that aren't part of the vanilla system.Fluid.getAttributes()
-
Uses of FluidAttributes in net.minecraftforge.common
Methods in net.minecraftforge.common that return FluidAttributesModifier and TypeMethodDescriptionstatic FluidAttributes
ForgeHooks.createVanillaFluidAttributes(Fluid fluid)
-
Uses of FluidAttributes in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return FluidAttributesModifier and TypeMethodDescriptionIForgeFluid.getAttributes()
Retrieves the non-vanilla fluid attributes, including localized name. -
Uses of FluidAttributes in net.minecraftforge.fluids
Subclasses of FluidAttributes in net.minecraftforge.fluidsFields in net.minecraftforge.fluids with type parameters of type FluidAttributesModifier and TypeFieldDescriptionprivate BiFunction<FluidAttributes.Builder,Fluid,FluidAttributes>
FluidAttributes.Builder.factory
Methods in net.minecraftforge.fluids that return FluidAttributesConstructor parameters in net.minecraftforge.fluids with type arguments of type FluidAttributesModifierConstructorDescriptionprotected
Builder(ResourceLocation stillTexture, ResourceLocation flowingTexture, BiFunction<FluidAttributes.Builder,Fluid,FluidAttributes> factory)