Package net.minecraft.world.level.chunk
Class CarvingMask
java.lang.Object
net.minecraft.world.level.chunk.CarvingMask
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCarvingMask
(int p_187579_, int p_187580_) CarvingMask
(long[] p_187582_, int p_187583_) -
Method Summary
Modifier and TypeMethodDescriptionboolean
get
(int p_187595_, int p_187596_, int p_187597_) private int
getIndex
(int p_187599_, int p_187600_, int p_187601_) void
set
(int p_187586_, int p_187587_, int p_187588_) void
setAdditionalMask
(CarvingMask.Mask p_196711_) long[]
toArray()
-
Field Details
-
minY
private final int minY -
mask
-
additionalMask
-
-
Constructor Details
-
CarvingMask
public CarvingMask(int p_187579_, int p_187580_) -
CarvingMask
public CarvingMask(long[] p_187582_, int p_187583_)
-
-
Method Details
-
setAdditionalMask
-
getIndex
private int getIndex(int p_187599_, int p_187600_, int p_187601_) -
set
public void set(int p_187586_, int p_187587_, int p_187588_) -
get
public boolean get(int p_187595_, int p_187596_, int p_187597_) -
stream
-
toArray
public long[] toArray()
-