Package net.minecraft.world.chunk.light
Class LightUpdate
java.lang.Object
net.minecraft.world.chunk.light.LightUpdate
- Mappings:
Namespace Name intermediary net/minecraft/class_417glue class_458server lvclient stnamed net/minecraft/world/chunk/light/LightUpdate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLightUpdate(LightType lightType, int minX, int minY, int minZ, int maxX, int maxY, int maxZ) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexpand(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) voidupdateLight(World world)
-
Field Details
-
lightType
- Mappings:
Namespace Name Mixin selector intermediary field_1673Lnet/minecraft/class_417;field_1673:Lnet/minecraft/class_56;glue field_1838Lclass_458;field_1838:Lclass_97;server aLlv;a:Lco;client aLst;a:Leb;named lightTypeLnet/minecraft/world/chunk/light/LightUpdate;lightType:Lnet/minecraft/world/LightType;
-
minX
public int minX- Mappings:
Namespace Name Mixin selector intermediary field_1674Lnet/minecraft/class_417;field_1674:Iglue field_1839Lclass_458;field_1839:Iserver bLlv;b:Iclient bLst;b:Inamed minXLnet/minecraft/world/chunk/light/LightUpdate;minX:I
-
minY
public int minY- Mappings:
Namespace Name Mixin selector intermediary field_1675Lnet/minecraft/class_417;field_1675:Iglue field_1840Lclass_458;field_1840:Iserver cLlv;c:Iclient cLst;c:Inamed minYLnet/minecraft/world/chunk/light/LightUpdate;minY:I
-
minZ
public int minZ- Mappings:
Namespace Name Mixin selector intermediary field_1676Lnet/minecraft/class_417;field_1676:Iglue field_1841Lclass_458;field_1841:Iserver dLlv;d:Iclient dLst;d:Inamed minZLnet/minecraft/world/chunk/light/LightUpdate;minZ:I
-
maxX
public int maxX- Mappings:
Namespace Name Mixin selector intermediary field_1677Lnet/minecraft/class_417;field_1677:Iglue field_1842Lclass_458;field_1842:Iserver eLlv;e:Iclient eLst;e:Inamed maxXLnet/minecraft/world/chunk/light/LightUpdate;maxX:I
-
maxY
public int maxY- Mappings:
Namespace Name Mixin selector intermediary field_1678Lnet/minecraft/class_417;field_1678:Iglue field_1843Lclass_458;field_1843:Iserver fLlv;f:Iclient fLst;f:Inamed maxYLnet/minecraft/world/chunk/light/LightUpdate;maxY:I
-
maxZ
public int maxZ- Mappings:
Namespace Name Mixin selector intermediary field_1679Lnet/minecraft/class_417;field_1679:Iglue field_1844Lclass_458;field_1844:Iserver gLlv;g:Iclient gLst;g:Inamed maxZLnet/minecraft/world/chunk/light/LightUpdate;maxZ:I
-
-
Constructor Details
-
LightUpdate
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_417;<init>(Lnet/minecraft/class_56;IIIIII)Vglue <init>Lclass_458;<init>(Lclass_97;IIIIII)Vserver <init>Llv;<init>(Lco;IIIIII)Vclient <init>Lst;<init>(Leb;IIIIII)Vnamed <init>Lnet/minecraft/world/chunk/light/LightUpdate;<init>(Lnet/minecraft/world/LightType;IIIIII)V
-
-
Method Details
-
updateLight
- Mappings:
Namespace Name Mixin selector intermediary method_1402Lnet/minecraft/class_417;method_1402(Lnet/minecraft/class_18;)Vglue method_1693Lclass_458;method_1693(Lclass_129;)Vserver aLlv;a(Ldj;)Vclient aLst;a(Lfd;)Vnamed updateLightLnet/minecraft/world/chunk/light/LightUpdate;updateLight(Lnet/minecraft/world/World;)V
-
expand
public boolean expand(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) - Mappings:
Namespace Name Mixin selector intermediary method_1401Lnet/minecraft/class_417;method_1401(IIIIII)Zglue method_1692Lclass_458;method_1692(IIIIII)Zserver aLlv;a(IIIIII)Zclient aLst;a(IIIIII)Znamed expandLnet/minecraft/world/chunk/light/LightUpdate;expand(IIIIII)Z
-