Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2025-01-12 02:20:51 +01:00
Cleanup
Dieser Commit ist enthalten in:
Ursprung
d2d8e7a932
Commit
af33734ced
@ -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()}
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren