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

Method getShort

src/main/java/net/minecraft/nbt/NBTTagFloat.java:85–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 public short getShort()
86 {
87 return (short)(MathHelper.floor_float(this.data) & 65535);
88 }
89
90 public byte getByte()
91 {

Callers

nothing calls this directly

Calls 1

floor_floatMethod · 0.95

Tested by

no test coverage detected