Package mcp.mobius.waila.api.data
Interface FluidData.FluidDescription
- Enclosing class:
FluidData
-
Method Summary
Modifier and TypeMethodDescriptionThe text that will be used to name the fluid.sprite
(TextureAtlasSprite sprite) The sprite that will be used to render the fluid.tint
(int argb) The tint that will be applied to the sprite.
-
Method Details
-
name
The text that will be used to name the fluid. -
sprite
The sprite that will be used to render the fluid. -
tint
The tint that will be applied to the sprite.- Parameters:
argb
- the tint, in 0xAARRGGBB
-