Package net.minecraft.world.chunk.light
Class LightStorage.PropagationFlags
java.lang.Object
net.minecraft.world.chunk.light.LightStorage.PropagationFlags
- Enclosing class:
LightStorage<M extends ChunkToNibbleArrayMap<M>>
- Mappings:
Namespace Name official eef$a
intermediary net/minecraft/class_3560$class_8529
named net/minecraft/world/chunk/light/LightStorage$PropagationFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte
private static final byte
private static final int
private static final int
private static final byte
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getNeighborCount
(byte packed) static LightStorage.Status
getStatus
(byte packed) static boolean
isReady
(byte packed) static byte
setReady
(byte packed, boolean ready) static byte
withNeighborCount
(byte packed, int neighborCount)
-
Field Details
-
field_44719
public static final byte field_44719- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leef$a;a:B
intermediary field_44719
Lnet/minecraft/class_3560$class_8529;field_44719:B
named field_44719
Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;field_44719:B
-
MIN_NEIGHBOR_COUNT
private static final int MIN_NEIGHBOR_COUNT- See Also:
- Mappings:
Namespace Name Mixin selector official b
Leef$a;b:I
intermediary field_44720
Lnet/minecraft/class_3560$class_8529;field_44720:I
named MIN_NEIGHBOR_COUNT
Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;MIN_NEIGHBOR_COUNT:I
-
MAX_NEIGHBOR_COUNT
private static final int MAX_NEIGHBOR_COUNT- See Also:
- Mappings:
Namespace Name Mixin selector official c
Leef$a;c:I
intermediary field_44721
Lnet/minecraft/class_3560$class_8529;field_44721:I
named MAX_NEIGHBOR_COUNT
Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;MAX_NEIGHBOR_COUNT:I
-
field_44722
private static final byte field_44722- See Also:
- Mappings:
Namespace Name Mixin selector official d
Leef$a;d:B
intermediary field_44722
Lnet/minecraft/class_3560$class_8529;field_44722:B
named field_44722
Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;field_44722:B
-
NEIGHBOR_COUNT_MASK
private static final byte NEIGHBOR_COUNT_MASK- See Also:
- Mappings:
Namespace Name Mixin selector official e
Leef$a;e:B
intermediary field_44723
Lnet/minecraft/class_3560$class_8529;field_44723:B
named NEIGHBOR_COUNT_MASK
Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;NEIGHBOR_COUNT_MASK:B
-
-
Constructor Details
-
PropagationFlags
protected PropagationFlags()
-
-
Method Details
-
setReady
public static byte setReady(byte packed, boolean ready) - Mappings:
Namespace Name Mixin selector official a
Leef$a;a(BZ)B
intermediary method_51554
Lnet/minecraft/class_3560$class_8529;method_51554(BZ)B
named setReady
Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;setReady(BZ)B
-
withNeighborCount
public static byte withNeighborCount(byte packed, int neighborCount) - Mappings:
Namespace Name Mixin selector official a
Leef$a;a(BI)B
intermediary method_51553
Lnet/minecraft/class_3560$class_8529;method_51553(BI)B
named withNeighborCount
Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;withNeighborCount(BI)B
-
isReady
public static boolean isReady(byte packed) - Mappings:
Namespace Name Mixin selector official a
Leef$a;a(B)Z
intermediary method_51552
Lnet/minecraft/class_3560$class_8529;method_51552(B)Z
named isReady
Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;isReady(B)Z
-
getNeighborCount
public static int getNeighborCount(byte packed) - Mappings:
Namespace Name Mixin selector official b
Leef$a;b(B)I
intermediary method_51555
Lnet/minecraft/class_3560$class_8529;method_51555(B)I
named getNeighborCount
Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;getNeighborCount(B)I
-
getStatus
- Mappings:
Namespace Name Mixin selector official c
Leef$a;c(B)Leef$b;
intermediary method_51556
Lnet/minecraft/class_3560$class_8529;method_51556(B)Lnet/minecraft/class_3560$class_8530;
named getStatus
Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;getStatus(B)Lnet/minecraft/world/chunk/light/LightStorage$Status;
-