Uses of Class
net.minecraftforge.fluids.FluidAttributes
Packages that use FluidAttributes
Package
Description
-
Uses of FluidAttributes in net.minecraft.fluid
Fields in net.minecraft.fluid declared as FluidAttributesMethods in net.minecraft.fluid that return FluidAttributesModifier and TypeMethodDescriptionprotected FluidAttributesFluid.createAttributes()Creates the fluid attributes object, which will contain all the extended values for the fluid that aren't part of the vanilla system.final FluidAttributesFluid.getAttributes() -
Uses of FluidAttributes in net.minecraftforge.common
Methods in net.minecraftforge.common that return FluidAttributesModifier and TypeMethodDescriptionstatic FluidAttributesForgeHooks.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 FluidAttributesMethods in net.minecraftforge.fluids that return FluidAttributesConstructor parameters in net.minecraftforge.fluids with type arguments of type FluidAttributesModifierConstructorDescriptionprotectedBuilder(ResourceLocation stillTexture, ResourceLocation flowingTexture, BiFunction<FluidAttributes.Builder, Fluid, FluidAttributes> factory)