Uses of Enum Class
net.minecraft.level.LightType
Packages that use LightType
-
Uses of LightType in net.minecraft
Fields in net.minecraft declared as LightTypeMethods in net.minecraft with parameters of type LightTypeModifier and TypeMethodDescriptionintclass_255.method_864(LightType lightType, int int2, int int3, int int4) voidclass_255.method_865(LightType lightType, int int2, int int3, int int4, int int5) Constructors in net.minecraft with parameters of type LightType -
Uses of LightType in net.minecraft.level
Methods in net.minecraft.level 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.level with parameters of type LightTypeModifier and TypeMethodDescriptionintLevel.method_164(LightType lightType, int int2, int int3, int int4) voidLevel.method_165(LightType lightType, int x, int y, int z, int int2) voidLevel.method_166(LightType lightType, int int2, int int3, int int4, int int5, int int6, int int7) voidLevel.method_167(LightType lightType, int int2, int int3, int int4, int int5, int int6, int int7, boolean bool) voidLevel.method_205(LightType lightType, int x, int y, int z, int int2) -
Uses of LightType in net.minecraft.level.chunk
Methods in net.minecraft.level.chunk with parameters of type LightTypeModifier and TypeMethodDescriptionintChunk.method_864(LightType lightType, int int2, int int3, int int4) voidChunk.method_865(LightType lightType, int int2, int int3, int int4, int int5)