net.minecraft.nbt

public class NbtOps

implements DynamicOps<NbtElement>

hj
net.minecraft.unmapped.C_30229742
net.minecraft.nbt.NbtOps
net.minecraft.nbt.NBTDynamicOps

Field summary

Modifier and TypeField
public static final NbtOps
a
f_50981636
INSTANCE
field_210820_a

Constructor summary

ModifierConstructor
protected ()

Method summary

Modifier and TypeMethod
public NbtElement
a()
empty()
empty()
empty()
public Type<?>
a(ho arg0)
getType(C_97075175 arg0)
getType(NbtElement arg0)
getType(INBTBase arg0)
public Optional<Number>
b(ho arg0)
getNumberValue(C_97075175 arg0)
getNumberValue(NbtElement arg0)
getNumberValue(INBTBase arg0)
public NbtElement
a(Number arg0)
createNumeric(Number arg0)
createNumeric(Number arg0)
createNumeric(Number arg0)
public NbtElement
a(byte arg0)
createByte(byte arg0)
createByte(byte arg0)
createByte(byte arg0)
public NbtElement
a(short arg0)
createShort(short arg0)
createShort(short arg0)
createShort(short arg0)
public NbtElement
a(int arg0)
createInt(int arg0)
createInt(int arg0)
createInt(int arg0)
public NbtElement
a(long arg0)
createLong(long arg0)
createLong(long arg0)
createLong(long arg0)
public NbtElement
a(float arg0)
createFloat(float arg0)
createFloat(float arg0)
createFloat(float arg0)
public NbtElement
a(double arg0)
createDouble(double arg0)
createDouble(double arg0)
createDouble(double arg0)
public Optional<String>
c(ho arg0)
getStringValue(C_97075175 arg0)
getStringValue(NbtElement arg0)
getStringValue(INBTBase arg0)
public NbtElement
a(String arg0)
createString(String arg0)
createString(String arg0)
createString(String arg0)
public NbtElement
a(ho arg0, ho arg1)
mergeInto(C_97075175 arg0, C_97075175 arg1)
mergeInto(NbtElement arg0, NbtElement arg1)
mergeInto(INBTBase arg0, INBTBase arg1)
public NbtElement
a(ho arg0, ho arg1, ho arg2)
mergeInto(C_97075175 arg0, C_97075175 arg1, C_97075175 arg2)
mergeInto(NbtElement arg0, NbtElement arg1, NbtElement arg2)
mergeInto(INBTBase arg0, INBTBase arg1, INBTBase arg2)
public NbtElement
b(ho arg0, ho arg1)
merge(C_97075175 arg0, C_97075175 arg1)
merge(NbtElement arg0, NbtElement arg1)
merge(INBTBase arg0, INBTBase arg1)
public Optional<Map<NbtElement, NbtElement>>
d(ho arg0)
getMapValues(C_97075175 arg0)
getMapValues(NbtElement arg0)
getMapValues(INBTBase arg0)
public NbtElement
a(Map<ho, ho> arg0)
createMap(Map<C_97075175, C_97075175> arg0)
createMap(Map<NbtElement, NbtElement> arg0)
createMap(Map<INBTBase, INBTBase> arg0)
public Optional<Stream<NbtElement>>
e(ho arg0)
getStream(C_97075175 arg0)
getStream(NbtElement arg0)
getStream(INBTBase arg0)
public Optional<ByteBuffer>
f(ho arg0)
getByteBuffer(C_97075175 arg0)
getByteBuffer(NbtElement arg0)
getByteBuffer(INBTBase arg0)
public NbtElement
a(ByteBuffer arg0)
createByteList(ByteBuffer arg0)
createByteList(ByteBuffer arg0)
createByteList(ByteBuffer arg0)
public Optional<IntStream>
g(ho arg0)
getIntStream(C_97075175 arg0)
getIntStream(NbtElement arg0)
getIntStream(INBTBase arg0)
public NbtElement
a(IntStream arg0)
createIntList(IntStream arg0)
createIntList(IntStream arg0)
createIntList(IntStream arg0)
public Optional<LongStream>
h(ho arg0)
getLongStream(C_97075175 arg0)
getLongStream(NbtElement arg0)
getLongStream(INBTBase arg0)
public NbtElement
a(LongStream arg0)
createLongList(LongStream arg0)
createLongList(LongStream arg0)
createLongList(LongStream arg0)
public NbtElement
a(Stream<ho> arg0)
createList(Stream<C_97075175> arg0)
createList(Stream<NbtElement> arg0)
createList(Stream<INBTBase> arg0)
public NbtElement
a(ho arg0, String arg1)
remove(C_97075175 arg0, String arg1)
remove(NbtElement arg0, String arg1)
remove(INBTBase arg0, String arg1)