Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addExplosionInfo
Method · 0.45
readFromNBT
Method · 0.45
readFromNBT
Method · 0.45
readFromNBT
Method · 0.45
WorldInfo
Method · 0.45
readFromNBT
Method · 0.45
readCustomPotionEffectFromNBT
Method · 0.45
readEntityFromNBT
Method · 0.45
readEntityFromNBT
Method · 0.45
readEntityFromNBT
Method · 0.45
readEntityFromNBT
Method · 0.45
readEntityFromNBT
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected