Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setHeight
Method
setHeight
src/minecraft/McaSection.java:71–73 ·
view source on GitHub ↗
(int height)
Source
from the content-addressed store, hash-verified
69
}
70
71
public
void
setHeight(
int
height) {
72
this.firstYPosition = height * Minecraft.SECTION_SIZE_Y;
73
}
74
75
@Override
76
public
String toString() {
Callers
1
readSection
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected