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

Method getInt

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

Source from the content-addressed store, hash-verified

78 }
79
80 public int getInt()
81 {
82 return MathHelper.floor_float(this.data);
83 }
84
85 public short getShort()
86 {

Callers

nothing calls this directly

Calls 1

floor_floatMethod · 0.95

Tested by

no test coverage detected