Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
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.
|
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.
|
Copyright © 2020. All rights reserved.