Uses of Enum Class
org.bukkit.Fluid

Packages that use Fluid
Package
Description
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>
    Vanilla fluid tag representing lava and flowing lava.
    static Tag<Fluid>
    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 class with the specified name.
    static Fluid[]
    Fluid.values()
    Returns an array containing the constants of this enum class, in the order they are declared.