MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getByte

Method getByte

src/main/java/net/minecraft/nbt/NBTTagInt.java:89–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 public byte getByte()
90 {
91 return (byte)(this.data & 255);
92 }
93
94 public double getDouble()
95 {

Callers 15

addExplosionInfoMethod · 0.45
readFromNBTMethod · 0.45
readFromNBTMethod · 0.45
readFromNBTMethod · 0.45
WorldInfoMethod · 0.45
readFromNBTMethod · 0.45
readEntityFromNBTMethod · 0.45
readEntityFromNBTMethod · 0.45
readEntityFromNBTMethod · 0.45
readEntityFromNBTMethod · 0.45
readEntityFromNBTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected