MCPcopy 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

addToListMethod · 0.45
addToListMethod · 0.45
addToListMethod · 0.45
addToListMethod · 0.45
readSpawnEggColorsMethod · 0.45
updateMethod · 0.45
readLayerMethod · 0.45
spriteRenderedMethod · 0.45
textureRenderedMethod · 0.45
onUpdateMethod · 0.45
generatePathMethod · 0.45

Calls 4

setXyzMethod · 0.95
getXMethod · 0.65
getYMethod · 0.65
getZMethod · 0.65

Tested by

no test coverage detected