Uses of Interface
org.bukkit.Fluid
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Fluid in io.papermc.paper.block.fluid
Modifier and TypeMethodDescriptionFluidData.getFluidType()
Gets the fluid type of this fluid data. -
Uses of Fluid in io.papermc.paper.registry
Modifier and TypeFieldDescriptionstatic final RegistryKey
<Fluid> RegistryKey.FLUID
Built-in registry for fluids. -
Uses of Fluid in io.papermc.paper.registry.keys
Modifier and TypeFieldDescriptionFluidKeys.EMPTY
minecraft:empty
FluidKeys.FLOWING_LAVA
minecraft:flowing_lava
FluidKeys.FLOWING_WATER
minecraft:flowing_water
FluidKeys.LAVA
minecraft:lava
FluidKeys.WATER
minecraft:water
-
Uses of Fluid in org.bukkit
Modifier and TypeFieldDescriptionstatic final Fluid
Fluid.EMPTY
No fluid.static final Fluid
Fluid.FLOWING_LAVA
Flowing lava.static final Fluid
Fluid.FLOWING_WATER
Flowing water.static final Fluid
Fluid.LAVA
Stationary lava.static final Fluid
Fluid.WATER
Stationary water.Modifier and TypeFieldDescriptionRegistry.FLUID
Deprecated.Tag.FLUIDS_LAVA
Vanilla fluid tag representing lava and flowing lava.Tag.FLUIDS_WATER
Vanilla fluid tag representing water and flowing water.Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.Fluid.values()
Deprecated, for removal: This API element is subject to removal in a future version.useIterable.iterator()
.
RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey)
withRegistryKey.FLUID