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 intermediary net/minecraft/class_3560$class_8529official dwp$anamed net/minecraft/world/chunk/light/LightStorage$PropagationFlags
-
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 intermediary field_44719Lnet/minecraft/class_3560$class_8529;field_44719:Bofficial aLdwp$a;a:Bnamed field_44719Lnet/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 intermediary field_44720Lnet/minecraft/class_3560$class_8529;field_44720:Iofficial bLdwp$a;b:Inamed MIN_NEIGHBOR_COUNTLnet/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 intermediary field_44721Lnet/minecraft/class_3560$class_8529;field_44721:Iofficial cLdwp$a;c:Inamed MAX_NEIGHBOR_COUNTLnet/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 intermediary field_44722Lnet/minecraft/class_3560$class_8529;field_44722:Bofficial dLdwp$a;d:Bnamed field_44722Lnet/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 intermediary field_44723Lnet/minecraft/class_3560$class_8529;field_44723:Bofficial eLdwp$a;e:Bnamed NEIGHBOR_COUNT_MASKLnet/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 intermediary method_51554Lnet/minecraft/class_3560$class_8529;method_51554(BZ)Bofficial aLdwp$a;a(BZ)Bnamed setReadyLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;setReady(BZ)B
-
withNeighborCount
public static byte withNeighborCount(byte packed, int neighborCount) - Mappings:
Namespace Name Mixin selector intermediary method_51553Lnet/minecraft/class_3560$class_8529;method_51553(BI)Bofficial aLdwp$a;a(BI)Bnamed withNeighborCountLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;withNeighborCount(BI)B
-
isReady
public static boolean isReady(byte packed) - Mappings:
Namespace Name Mixin selector intermediary method_51552Lnet/minecraft/class_3560$class_8529;method_51552(B)Zofficial aLdwp$a;a(B)Znamed isReadyLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;isReady(B)Z
-
getNeighborCount
public static int getNeighborCount(byte packed) - Mappings:
Namespace Name Mixin selector intermediary method_51555Lnet/minecraft/class_3560$class_8529;method_51555(B)Iofficial bLdwp$a;b(B)Inamed getNeighborCountLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;getNeighborCount(B)I
-
getStatus
- Mappings:
Namespace Name Mixin selector intermediary method_51556Lnet/minecraft/class_3560$class_8529;method_51556(B)Lnet/minecraft/class_3560$class_8530;official cLdwp$a;c(B)Ldwp$b;named getStatusLnet/minecraft/world/chunk/light/LightStorage$PropagationFlags;getStatus(B)Lnet/minecraft/world/chunk/light/LightStorage$Status;
-