mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-01 00:10:19 +01:00
id is back to being final
This commit is contained in:
parent
7ad2cd89c2
commit
988f2c1b46
@ -52,11 +52,6 @@ public class Biome {
|
|||||||
@Builder.Default
|
@Builder.Default
|
||||||
private TemperatureModifier temperature_modifier = TemperatureModifier.NONE;
|
private TemperatureModifier temperature_modifier = TemperatureModifier.NONE;
|
||||||
|
|
||||||
// allows mixins to remap ID if necessary
|
|
||||||
public int getId() {
|
|
||||||
return id;
|
|
||||||
}
|
|
||||||
|
|
||||||
public NBTCompound toNbt() {
|
public NBTCompound toNbt() {
|
||||||
NBTCompound nbt = new NBTCompound();
|
NBTCompound nbt = new NBTCompound();
|
||||||
nbt.setString("name", name.toString());
|
nbt.setString("name", name.toString());
|
||||||
|
Loading…
Reference in New Issue
Block a user