3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-29 02:21:06 +02:00
Dieser Commit ist enthalten in:
dordsor21 2024-06-12 16:02:41 +01:00
Ursprung 340281a2a4
Commit ccdbad967a
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1E53E88969FFCF0B

Datei anzeigen

@ -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()}