Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ BlockPosM
Method
BlockPosM
src/main/java/net/optifine/BlockPosM.java:19–22 ·
view source on GitHub ↗
(int x, int y, int z)
Source
from the content-addressed store, hash-verified
17
private
boolean needsUpdate;
18
19
public
BlockPosM(
int
x,
int
y,
int
z)
20
{
21
this(x, y, z, 0);
22
}
23
24
public
BlockPosM(double xIn, double yIn, double zIn)
25
{
Callers
nothing calls this directly
Calls
1
floor_double
Method · 0.95
Tested by
no test coverage detected