Uses of Enum Class
net.minecraft.world.LightType
Packages that use LightType
-
Uses of LightType in net.minecraft
Methods in net.minecraft that return LightTypeModifier and TypeMethodDescriptionclass_4018.method_17742()class_4019.method_17742()class_4020.method_17742()Methods in net.minecraft with parameters of type LightTypeModifier and TypeMethodDescriptionintclass_4245.method_16370(LightType lightType, BlockPos blockPos) intclass_4441.method_16370(LightType lightType, BlockPos blockPos) voidclass_3602.method_16403(LightType lightType, BlockPos blockPos, int int2) voidclass_4441.method_16403(LightType lightType, BlockPos blockPos, int int2) private intclass_4245.method_19349(LightType lightType, BlockPos blockPos) protected intclass_4245.class_4246.method_19350(LightType lightType, BlockPos blockPos) private intclass_4245.class_4246.method_19352(LightType lightType, BlockPos blockPos) voidclass_3781.method_3891(LightType lightType, boolean bool, BlockPos blockPos, int int2) voidclass_3788.method_3891(LightType lightType, boolean bool, BlockPos blockPos, int int2) intclass_3781.method_9132(LightType lightType, BlockPos blockPos, boolean bool) intclass_3788.method_9132(LightType lightType, BlockPos blockPos, boolean bool) -
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.getLuminance(LightType type, BlockPos pos) intRenderBlockView.method_16370(LightType lightType, BlockPos blockPos) intWorld.method_16370(LightType lightType, BlockPos blockPos) voidWorld.method_16403(LightType lightType, BlockPos blockPos, int int2) 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 TypeMethodDescriptionprivate intChunkCache.getLightAtPos(LightType type, BlockPos pos) intChunkCache.method_16370(LightType lightType, BlockPos blockPos) intChunk.method_17071(LightType lightType, BlockPos blockPos) voidChunk.method_17072(LightType lightType, BlockPos blockPos, int int2) voidChunk.method_3891(LightType lightType, boolean bool, BlockPos blockPos, int int2) voidChunkBlockStateStorage.method_3891(LightType lightType, boolean bool, BlockPos blockPos, int int2) voidEmptyChunk.method_3891(LightType lightType, boolean bool, BlockPos blockPos, int int2) intChunk.method_9132(LightType lightType, BlockPos blockPos, boolean bool) intChunkBlockStateStorage.method_9132(LightType lightType, BlockPos blockPos, boolean bool) intEmptyChunk.method_9132(LightType lightType, BlockPos blockPos, boolean bool)