Package net.minecraft.nbt
Class NbtByte
java.lang.Object
net.minecraft.nbt.AbstractNbtNumber
net.minecraft.nbt.NbtByte
- All Implemented Interfaces:
NbtElement
Represents an NBT byte. Its type is 0x1.
Instances are immutable.
- Mappings:
Namespace Name named net/minecraft/nbt/NbtByteintermediary net/minecraft/class_2481official to
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NbtByteThe NBT byte representing1.private static final intprivate final bytestatic final NbtByteThe NBT byte representing0.Fields inherited from interface net.minecraft.nbt.NbtElement
BYTE_ARRAY_TYPE, BYTE_TYPE, COMPOUND_TYPE, DOUBLE_TYPE, END_TYPE, field_33246, field_33247, field_33248, field_33249, FLOAT_TYPE, INT_ARRAY_TYPE, INT_TYPE, LIST_TYPE, LONG_ARRAY_TYPE, LONG_TYPE, MAX_DEPTH, NUMBER_TYPE, SHORT_TYPE, STRING_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(NbtElementVisitor visitor) byteGets the value as an 8-bit integer.copy()Returns an NBT element of equal value that won't change with this element.doAccept(NbtScanner visitor) doubleGets the value as a 64-bit floating-point number.booleanfloatGets the value as a 32-bit floating-point number.Returns the NBT type definition of this NBT element.intbytegetType()Returns the type of this NBT element.inthashCode()intintValue()Gets the value as a 32-bit integer.longGets the value as a 64-bit integer.Gets the value as a generic number.static NbtByteof(boolean value) Returns the NBT byte representing the booleanvalue.static NbtByteof(byte value) Returns the NBT byte fromvalue.shortGets the value as a 16-bit integer.voidwrite(DataOutput output) Writes the NBT element tooutput.Methods inherited from class net.minecraft.nbt.AbstractNbtNumber
toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.nbt.NbtElement
accept, asString
-
Field Details
-
SIZE
private static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named SIZELnet/minecraft/nbt/NbtByte;SIZE:Iintermediary field_41717Lnet/minecraft/class_2481;field_41717:Iofficial wLto;w:I
-
TYPE
- Mappings:
Namespace Name Mixin selector named TYPELnet/minecraft/nbt/NbtByte;TYPE:Lnet/minecraft/nbt/NbtType;intermediary field_21025Lnet/minecraft/class_2481;field_21025:Lnet/minecraft/class_4614;official aLto;a:Lup;
-
ZERO
The NBT byte representing0.- API Note:
- This is often used to indicate a false boolean value.
- Mappings:
Namespace Name Mixin selector named ZEROLnet/minecraft/nbt/NbtByte;ZERO:Lnet/minecraft/nbt/NbtByte;intermediary field_21026Lnet/minecraft/class_2481;field_21026:Lnet/minecraft/class_2481;official bLto;b:Lto;
-
ONE
The NBT byte representing1.- API Note:
- This is often used to indicate a true boolean value.
- Mappings:
Namespace Name Mixin selector named ONELnet/minecraft/nbt/NbtByte;ONE:Lnet/minecraft/nbt/NbtByte;intermediary field_21027Lnet/minecraft/class_2481;field_21027:Lnet/minecraft/class_2481;official cLto;c:Lto;
-
value
private final byte value- Mappings:
Namespace Name Mixin selector named valueLnet/minecraft/nbt/NbtByte;value:Bintermediary field_11498Lnet/minecraft/class_2481;field_11498:Bofficial xLto;x:B
-
-
Constructor Details
-
NbtByte
NbtByte(byte value) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/nbt/NbtByte;<init>(B)Vintermediary <init>Lnet/minecraft/class_2481;<init>(B)Vofficial <init>Lto;<init>(B)V
-
-
Method Details
-
of
Returns the NBT byte fromvalue.- Returns:
- the NBT byte from
value - Implementation Note:
- This returns the value from the cache.
- Mappings:
Namespace Name Mixin selector named ofLnet/minecraft/nbt/NbtByte;of(B)Lnet/minecraft/nbt/NbtByte;intermediary method_23233Lnet/minecraft/class_2481;method_23233(B)Lnet/minecraft/class_2481;official aLto;a(B)Lto;
-
of
Returns the NBT byte representing the booleanvalue.- Returns:
- the NBT byte representing the boolean
value - Mappings:
Namespace Name Mixin selector named ofLnet/minecraft/nbt/NbtByte;of(Z)Lnet/minecraft/nbt/NbtByte;intermediary method_23234Lnet/minecraft/class_2481;method_23234(Z)Lnet/minecraft/class_2481;official aLto;a(Z)Lto;
-
write
Writes the NBT element tooutput.- Throws:
IOException- API Note:
- This is a low-level method for serializing NBT elements; consider using
NbtIo,NbtOps, orPacketByteBuf.writeNbt(net.minecraft.nbt.NbtElement)instead. - Mappings:
Namespace Name Mixin selector named writeLnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)Vintermediary method_10713Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)Vofficial aLun;a(Ljava/io/DataOutput;)V
-
getSizeInBytes
public int getSizeInBytes()- Mappings:
Namespace Name Mixin selector named getSizeInBytesLnet/minecraft/nbt/NbtElement;getSizeInBytes()Iintermediary method_47988Lnet/minecraft/class_2520;method_47988()Iofficial aLun;a()I
-
getType
public byte getType()Returns the type of this NBT element.- Returns:
- the type of this NBT element
- Mappings:
Namespace Name Mixin selector named getTypeLnet/minecraft/nbt/NbtElement;getType()Bintermediary method_10711Lnet/minecraft/class_2520;method_10711()Bofficial bLun;b()B
-
getNbtType
Returns the NBT type definition of this NBT element.- Returns:
- the NBT type definition of this NBT element
- Mappings:
Namespace Name Mixin selector named getNbtTypeLnet/minecraft/nbt/NbtElement;getNbtType()Lnet/minecraft/nbt/NbtType;intermediary method_23258Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;official cLun;c()Lup;
-
copy
Description copied from interface:NbtElementReturns an NBT element of equal value that won't change with this element.- Returns:
- an NBT element of equal value that won't change with this element
- Mappings:
Namespace Name Mixin selector named copyLnet/minecraft/nbt/NbtByte;copy()Lnet/minecraft/nbt/NbtByte;intermediary method_10530Lnet/minecraft/class_2481;method_10530()Lnet/minecraft/class_2481;official eLto;e()Lto;
-
equals
-
hashCode
public int hashCode() -
accept
- Mappings:
Namespace Name Mixin selector named acceptLnet/minecraft/nbt/NbtElement;accept(Lnet/minecraft/nbt/visitor/NbtElementVisitor;)Vintermediary method_32289Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)Vofficial aLun;a(Lur;)V
-
longValue
public long longValue()Gets the value as a 64-bit integer.- Specified by:
longValuein classAbstractNbtNumber- Returns:
- the value as a long
- Mappings:
Namespace Name Mixin selector named longValueLnet/minecraft/nbt/AbstractNbtNumber;longValue()Jintermediary method_10699Lnet/minecraft/class_2514;method_10699()Jofficial fLug;f()J
-
intValue
public int intValue()Gets the value as a 32-bit integer.- Specified by:
intValuein classAbstractNbtNumber- Returns:
- the value as an int
- Mappings:
Namespace Name Mixin selector named intValueLnet/minecraft/nbt/AbstractNbtNumber;intValue()Iintermediary method_10701Lnet/minecraft/class_2514;method_10701()Iofficial gLug;g()I
-
shortValue
public short shortValue()Gets the value as a 16-bit integer.- Specified by:
shortValuein classAbstractNbtNumber- Returns:
- the value as a short
- Mappings:
Namespace Name Mixin selector named shortValueLnet/minecraft/nbt/AbstractNbtNumber;shortValue()Sintermediary method_10696Lnet/minecraft/class_2514;method_10696()Sofficial hLug;h()S
-
byteValue
public byte byteValue()Gets the value as an 8-bit integer.- Specified by:
byteValuein classAbstractNbtNumber- Returns:
- the value as a byte
- Mappings:
Namespace Name Mixin selector named byteValueLnet/minecraft/nbt/AbstractNbtNumber;byteValue()Bintermediary method_10698Lnet/minecraft/class_2514;method_10698()Bofficial iLug;i()B
-
doubleValue
public double doubleValue()Gets the value as a 64-bit floating-point number.- Specified by:
doubleValuein classAbstractNbtNumber- Returns:
- the value as a double
- Mappings:
Namespace Name Mixin selector named doubleValueLnet/minecraft/nbt/AbstractNbtNumber;doubleValue()Dintermediary method_10697Lnet/minecraft/class_2514;method_10697()Dofficial jLug;j()D
-
floatValue
public float floatValue()Gets the value as a 32-bit floating-point number.- Specified by:
floatValuein classAbstractNbtNumber- Returns:
- the value as a float
- Mappings:
Namespace Name Mixin selector named floatValueLnet/minecraft/nbt/AbstractNbtNumber;floatValue()Fintermediary method_10700Lnet/minecraft/class_2514;method_10700()Fofficial kLug;k()F
-
numberValue
Gets the value as a generic number.- Specified by:
numberValuein classAbstractNbtNumber- Returns:
- the value as a
Number - Mappings:
Namespace Name Mixin selector named numberValueLnet/minecraft/nbt/AbstractNbtNumber;numberValue()Ljava/lang/Number;intermediary method_10702Lnet/minecraft/class_2514;method_10702()Ljava/lang/Number;official lLug;l()Ljava/lang/Number;
-
doAccept
- Mappings:
Namespace Name Mixin selector named doAcceptLnet/minecraft/nbt/NbtElement;doAccept(Lnet/minecraft/nbt/scanner/NbtScanner;)Lnet/minecraft/nbt/scanner/NbtScanner$Result;intermediary method_39850Lnet/minecraft/class_2520;method_39850(Lnet/minecraft/class_6836;)Lnet/minecraft/class_6836$class_6838;official aLun;a(Luk;)Luk$b;
-