Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cabaletta/baritone
/ lengthZ
Method
lengthZ
src/api/java/baritone/api/schematic/mask/Mask.java:43–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
int
heightY();
42
43
int
lengthZ();
44
45
default Mask not() {
46
return
new
NotMask(this);
Callers
15
generateHeightMap
Method · 0.65
execute
Method · 0.65
build
Method · 0.65
lengthZ
Method · 0.65
fullRecalc
Method · 0.65
lengthZ
Method · 0.65
widthX
Method · 0.65
lengthZ
Method · 0.65
ReplaceSchematic
Method · 0.65
partOfMask
Method · 0.65
partOfMask
Method · 0.65
MaskSchematic
Method · 0.65
Implementers
1
AbstractMask
src/api/java/baritone/api/schematic/ma
Calls
no outgoing calls
Tested by
no test coverage detected