diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/world/fluid/FluidType.java b/worldedit-core/src/main/java/com/sk89q/worldedit/world/fluid/FluidType.java index 1b191f07f..1aca4c25f 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/world/fluid/FluidType.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/world/fluid/FluidType.java @@ -40,17 +40,18 @@ public class FluidType implements RegistryItem, Keyed { } /** - * Gets the ID of this block. + * Gets the ID of this fluid. * * @return The id * @since 2.11.0 */ + @Override public String id() { return this.id; } /** - * Gets the ID of this block. + * Gets the ID of this fluid. * * @return The id * @deprecated use {@link #id()}