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.method_3642(LightType lightType, int x, int y, int z) intWorld.method_3667(LightType lightType, int x, int y, int z) voidWorld.method_3668(LightType lightType, int x, int y, int z, int int2) booleanWorld.method_3678(LightType lightType, int int2, int int3, int int4) private intWorld.method_4714(int int2, int int3, int int4, LightType lightType) -
Uses of LightType in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type LightTypeModifier and TypeMethodDescriptionintChunkCache.method_3805(LightType lightType, int int2, int int3, int int4) intChunkCache.method_3807(LightType lightType, int int2, int int3, int int4) intChunk.method_3890(LightType lightType, int int2, int int3, int int4) intEmptyChunk.method_3890(LightType lightType, int int2, int int3, int int4) voidChunk.method_3891(LightType lightType, int int2, int int3, int int4, int int5) voidEmptyChunk.method_3891(LightType lightType, int int2, int int3, int int4, int int5)