Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-16 16:10:07 +01:00
Cleanup
Dieser Commit ist enthalten in:
Ursprung
340281a2a4
Commit
ccdbad967a
@ -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…
In neuem Issue referenzieren
Einen Benutzer sperren