Package net.minecraftforge.fluids
Class FluidAttributes.Water
java.lang.Object
net.minecraftforge.fluids.FluidAttributes
net.minecraftforge.fluids.FluidAttributes.Water
- Enclosing class:
- FluidAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.fluids.FluidAttributes
FluidAttributes.Builder, FluidAttributes.Water
-
Field Summary
Fields inherited from class net.minecraftforge.fluids.FluidAttributes
BUCKET_VOLUME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FluidAttributes.Builder
builder
(ResourceLocation stillTexture, ResourceLocation flowingTexture) int
getColor
(BlockAndTintGetter level, BlockPos pos) Methods inherited from class net.minecraftforge.fluids.FluidAttributes
canBePlacedInWorld, canBePlacedInWorld, doesVaporize, getBlock, getBucket, getColor, getColor, getDensity, getDensity, getDensity, getDisplayName, getEmptySound, getEmptySound, getEmptySound, getFillSound, getFillSound, getFillSound, getFlowingTexture, getFlowingTexture, getFlowingTexture, getLuminosity, getLuminosity, getLuminosity, getOverlayTexture, getRarity, getRarity, getRarity, getStateForPlacement, getStillTexture, getStillTexture, getStillTexture, getTemperature, getTemperature, getTemperature, getTextures, getTranslationKey, getTranslationKey, getViscosity, getViscosity, getViscosity, isGaseous, isGaseous, isGaseous, isLighterThanAir, vaporize
-
Constructor Details
-
Water
-
-
Method Details
-
getColor
- Overrides:
getColor
in classFluidAttributes
-
builder
public static FluidAttributes.Builder builder(ResourceLocation stillTexture, ResourceLocation flowingTexture)
-