Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ set
Method
set
src/main/java/net/optifine/BlockPosM.java:75–79 ·
view source on GitHub ↗
(Vec3i vec)
Source
from the content-addressed store, hash-verified
73
}
74
75
public
BlockPosM set(Vec3i vec)
76
{
77
this.setXyz(vec.getX(), vec.getY(), vec.getZ());
78
return
this;
79
}
80
81
public
BlockPosM set(
int
xIn,
int
yIn,
int
zIn)
82
{
Callers
15
addToList
Method · 0.45
getConnectedTextureMultiPass
Method · 0.45
addToList
Method · 0.45
addToList
Method · 0.45
addToList
Method · 0.45
readSpawnEggColors
Method · 0.45
update
Method · 0.45
readLayer
Method · 0.45
spriteRendered
Method · 0.45
textureRendered
Method · 0.45
onUpdate
Method · 0.45
generatePath
Method · 0.45
Calls
4
setXyz
Method · 0.95
getX
Method · 0.65
getY
Method · 0.65
getZ
Method · 0.65
Tested by
no test coverage detected