类 LayerLightSectionStorage.SectionState
java.lang.Object
net.minecraft.world.level.lighting.LayerLightSectionStorage.SectionState
- 封闭类:
LayerLightSectionStorage<M extends DataLayerStorageMap<M>>
-
字段概要
字段修饰符和类型字段说明static final byte
private static final byte
private static final int
private static final int
private static final byte
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static boolean
hasData
(byte p_285105_) static byte
hasData
(byte p_284954_, boolean p_285420_) static int
neighborCount
(byte p_285437_) static byte
neighborCount
(byte p_285516_, int p_285426_) type
(byte p_285064_)
-
字段详细资料
-
EMPTY
public static final byte EMPTY- 另请参阅:
-
MIN_NEIGHBORS
private static final int MIN_NEIGHBORS- 另请参阅:
-
MAX_NEIGHBORS
private static final int MAX_NEIGHBORS- 另请参阅:
-
HAS_DATA_BIT
private static final byte HAS_DATA_BIT- 另请参阅:
-
NEIGHBOR_COUNT_BITS
private static final byte NEIGHBOR_COUNT_BITS- 另请参阅:
-
-
构造器详细资料
-
SectionState
protected SectionState()
-
-
方法详细资料
-
hasData
public static byte hasData(byte p_284954_, boolean p_285420_) -
neighborCount
public static byte neighborCount(byte p_285516_, int p_285426_) -
hasData
public static boolean hasData(byte p_285105_) -
neighborCount
public static int neighborCount(byte p_285437_) -
type
-