Uses of Class
org.bukkit.Fluid

Packages that use Fluid 
Package Description
org.bukkit
The root package of the Bukkit API, contains generalized API classes.
  • Uses of Fluid in org.bukkit

    Fields in org.bukkit with type parameters of type Fluid 
    Modifier and Type Field Description
    static Registry<Fluid> Registry.FLUID
    Server fluids.
    static Tag<Fluid> Tag.FLUIDS_LAVA
    Vanilla fluid tag representing lava and flowing lava.
    static Tag<Fluid> Tag.FLUIDS_WATER
    Vanilla fluid tag representing water and flowing water.
    Methods in org.bukkit that return Fluid 
    Modifier and Type Method Description
    static Fluid Fluid.valueOf​(String name)
    Returns the enum constant of this type with the specified name.
    static Fluid[] Fluid.values()
    Returns an array containing the constants of this enum type, in the order they are declared.