MCPcopy 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

generateHeightMapMethod · 0.65
executeMethod · 0.65
buildMethod · 0.65
lengthZMethod · 0.65
fullRecalcMethod · 0.65
lengthZMethod · 0.65
widthXMethod · 0.65
lengthZMethod · 0.65
ReplaceSchematicMethod · 0.65
partOfMaskMethod · 0.65
partOfMaskMethod · 0.65
MaskSchematicMethod · 0.65

Implementers 1

AbstractMasksrc/api/java/baritone/api/schematic/ma

Calls

no outgoing calls

Tested by

no test coverage detected