Package net.minecraft.world.lighting
Class NibbleArrayRepeater
- java.lang.Object
-
- net.minecraft.world.chunk.NibbleArray
-
- net.minecraft.world.lighting.NibbleArrayRepeater
-
public class NibbleArrayRepeater extends NibbleArray
-
-
Field Summary
-
Fields inherited from class net.minecraft.world.chunk.NibbleArray
data
-
-
Constructor Summary
Constructors Constructor Description NibbleArrayRepeater()
NibbleArrayRepeater(NibbleArray p_i51297_1_, int p_i51297_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getData()
protected int
getIndex(int p_177483_1_, int p_177483_2_, int p_177483_3_)
-
-
-
Constructor Detail
-
NibbleArrayRepeater
public NibbleArrayRepeater()
-
NibbleArrayRepeater
public NibbleArrayRepeater(NibbleArray p_i51297_1_, int p_i51297_2_)
-
-
Method Detail
-
getIndex
protected int getIndex(int p_177483_1_, int p_177483_2_, int p_177483_3_)
- Overrides:
getIndex
in classNibbleArray
-
getData
public byte[] getData()
- Overrides:
getData
in classNibbleArray
-
-