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 TypeMethodDescriptionprivate intWorld.getLightAtPos(BlockPos pos, LightType type) intWorld.getLightAtPos(LightType type, BlockPos pos) intWorld.getLuminance(LightType type, BlockPos pos) voidWorld.method_8491(LightType type, BlockPos pos, int level) booleanWorld.method_8539(LightType type, BlockPos pos) -
Uses of LightType in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type LightTypeModifier and TypeMethodDescriptionintChunk.getLightAtPos(LightType type, BlockPos pos) private intChunkCache.getLightAtPos(LightType type, BlockPos pos) intEmptyChunk.getLightAtPos(LightType type, BlockPos pos) intChunkCache.method_8586(LightType type, BlockPos pos) voidChunk.setLightAtPos(LightType type, BlockPos pos, int light) voidEmptyChunk.setLightAtPos(LightType type, BlockPos pos, int light)