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 named net/minecraft/world/chunk/light/LightStorage$PropagationFlagsintermediary net/minecraft/class_3560$class_8529official etk$a
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byteprivate static final byteprivate static final intprivate static final intprivate static final byte - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic intgetNeighborCount(byte packed) static LightStorage.StatusgetStatus(byte packed) static booleanisReady(byte packed) static bytesetReady(byte packed, boolean ready) static bytewithNeighborCount(byte packed, int neighborCount)  
- 
Field Details
- 
field_44719
public static final byte field_44719- See Also:
 - Mappings:
 Namespace Name Mixin selector named field_44719Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;field_44719:Bintermediary field_44719Lnet/minecraft/class_3560$class_8529;field_44719:Bofficial aLetk$a;a:B
 - 
MIN_NEIGHBOR_COUNT
private static final int MIN_NEIGHBOR_COUNT- See Also:
 - Mappings:
 Namespace Name Mixin selector named MIN_NEIGHBOR_COUNTLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;MIN_NEIGHBOR_COUNT:Iintermediary field_44720Lnet/minecraft/class_3560$class_8529;field_44720:Iofficial bLetk$a;b:I
 - 
MAX_NEIGHBOR_COUNT
private static final int MAX_NEIGHBOR_COUNT- See Also:
 - Mappings:
 Namespace Name Mixin selector named MAX_NEIGHBOR_COUNTLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;MAX_NEIGHBOR_COUNT:Iintermediary field_44721Lnet/minecraft/class_3560$class_8529;field_44721:Iofficial cLetk$a;c:I
 - 
field_44722
private static final byte field_44722- See Also:
 - Mappings:
 Namespace Name Mixin selector named field_44722Lnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;field_44722:Bintermediary field_44722Lnet/minecraft/class_3560$class_8529;field_44722:Bofficial dLetk$a;d:B
 - 
NEIGHBOR_COUNT_MASK
private static final byte NEIGHBOR_COUNT_MASK- See Also:
 - Mappings:
 Namespace Name Mixin selector named NEIGHBOR_COUNT_MASKLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;NEIGHBOR_COUNT_MASK:Bintermediary field_44723Lnet/minecraft/class_3560$class_8529;field_44723:Bofficial eLetk$a;e:B
 
 - 
 - 
Constructor Details
- 
PropagationFlags
protected PropagationFlags() 
 - 
 - 
Method Details
- 
setReady
public static byte setReady(byte packed, boolean ready) - Mappings:
 Namespace Name Mixin selector named setReadyLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;setReady(BZ)Bintermediary method_51554Lnet/minecraft/class_3560$class_8529;method_51554(BZ)Bofficial aLetk$a;a(BZ)B
 - 
withNeighborCount
public static byte withNeighborCount(byte packed, int neighborCount) - Mappings:
 Namespace Name Mixin selector named withNeighborCountLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;withNeighborCount(BI)Bintermediary method_51553Lnet/minecraft/class_3560$class_8529;method_51553(BI)Bofficial aLetk$a;a(BI)B
 - 
isReady
public static boolean isReady(byte packed) - Mappings:
 Namespace Name Mixin selector named isReadyLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;isReady(B)Zintermediary method_51552Lnet/minecraft/class_3560$class_8529;method_51552(B)Zofficial aLetk$a;a(B)Z
 - 
getNeighborCount
public static int getNeighborCount(byte packed) - Mappings:
 Namespace Name Mixin selector named getNeighborCountLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;getNeighborCount(B)Iintermediary method_51555Lnet/minecraft/class_3560$class_8529;method_51555(B)Iofficial bLetk$a;b(B)I
 - 
getStatus
- Mappings:
 Namespace Name Mixin selector named getStatusLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;getStatus(B)Lnet/minecraft/world/chunk/light/LightStorage$Status;intermediary method_51556Lnet/minecraft/class_3560$class_8529;method_51556(B)Lnet/minecraft/class_3560$class_8530;official cLetk$a;c(B)Letk$b;
 
 -