Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-16 04:50:08 +01:00
[ci skip] Remove outdated comments (#4111)
Dieser Commit ist enthalten in:
Ursprung
bc57512ca2
Commit
1dde24bb68
@ -72,7 +72,6 @@ import java.util.Collections;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import org.checkerframework.checker.nullness.qual.Nullable;
|
import org.checkerframework.checker.nullness.qual.Nullable;
|
||||||
|
|
||||||
// 1.20.5 data component -> 1.20.3 nbt conversion
|
|
||||||
public final class StructuredDataConverter {
|
public final class StructuredDataConverter {
|
||||||
|
|
||||||
static final int HIDE_ENCHANTMENTS = 1;
|
static final int HIDE_ENCHANTMENTS = 1;
|
||||||
|
@ -48,9 +48,5 @@ public class NBTTagTest {
|
|||||||
Assertions.assertEquals("2147483649", deserializeCompoundTag("{id:9000b,thisisastring:2147483649}").get("thisisastring").getValue());
|
Assertions.assertEquals("2147483649", deserializeCompoundTag("{id:9000b,thisisastring:2147483649}").get("thisisastring").getValue());
|
||||||
Assertions.assertEquals((byte) 1, deserializeCompoundTag("{thisisabyte:true}").get("thisisabyte").getValue());
|
Assertions.assertEquals((byte) 1, deserializeCompoundTag("{thisisabyte:true}").get("thisisabyte").getValue());
|
||||||
Assertions.assertEquals((byte) 0, deserializeCompoundTag("{thisisabyte:false}").get("thisisabyte").getValue());
|
Assertions.assertEquals((byte) 0, deserializeCompoundTag("{thisisabyte:false}").get("thisisabyte").getValue());
|
||||||
|
|
||||||
//TODO fix legacy < 1.12
|
|
||||||
// deserialize("{id:minecraft:stone}");
|
|
||||||
// deserialize("{id:[1,2, 3, 4,5]}");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren