Uses of Enum Class
net.minecraft.world.LightType
Packages that use LightType
-
Uses of LightType in net.minecraft.world
Methods in net.minecraft.world that return LightTypeModifier and TypeMethodDescriptionstatic LightTypeReturns the enum constant of this class with the specified name.static LightType[]LightType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world with parameters of type LightTypeModifier and TypeMethodDescriptionintWorld.getBrightness(LightType type, int x, int y, int z) voidWorld.queueLightUpdate(LightType type, int minX, int minY, int minZ, int maxX, int maxY, int maxZ) voidWorld.queueLightUpdate(LightType type, int minX, int minY, int minZ, int maxX, int maxY, int maxZ, boolean bool) voidvoidWorld.updateLight(LightType lightType, int x, int y, int z, int int2) -
Uses of LightType in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type LightTypeModifier and TypeMethodDescriptionintintvoidvoid -
Uses of LightType in net.minecraft.world.chunk.light
Fields in net.minecraft.world.chunk.light declared as LightTypeConstructors in net.minecraft.world.chunk.light with parameters of type LightTypeModifierConstructorDescriptionLightUpdate(LightType lightType, int minX, int minY, int minZ, int maxX, int maxY, int maxZ)