Package net.minecraft.world.chunk.light
Enum Class ChunkLightingView.Empty
- All Implemented Interfaces:
- Serializable,- Comparable<ChunkLightingView.Empty>,- Constable,- ChunkLightingView,- LightingView
- Enclosing interface:
- ChunkLightingView
public static enum ChunkLightingView.Empty
extends Enum<ChunkLightingView.Empty>
implements ChunkLightingView
- Mappings:
- Namespace - Name - named - net/minecraft/world/chunk/light/ChunkLightingView$Empty- intermediary - net/minecraft/class_3562$class_3563- official - esn$a
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.world.chunk.light.ChunkLightingViewChunkLightingView.Empty
- 
Enum Constant SummaryEnum Constants
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckBlock(BlockPos pos) intintgetLightLevel(BlockPos pos) booleanvoidpropagateLight(ChunkPos chunkPos) voidsetColumnEnabled(ChunkPos pos, boolean retainData) voidsetSectionStatus(ChunkSectionPos pos, boolean notReady) static ChunkLightingView.EmptyReturns the enum constant of this class with the specified name.static ChunkLightingView.Empty[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enumclone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.world.chunk.light.LightingViewsetSectionStatus
- 
Enum Constant Details- 
INSTANCE- Mappings:
- Namespace - Name - Mixin selector - named - INSTANCE- Lnet/minecraft/world/chunk/light/ChunkLightingView$Empty;INSTANCE:Lnet/minecraft/world/chunk/light/ChunkLightingView$Empty;- intermediary - field_15812- Lnet/minecraft/class_3562$class_3563;field_15812:Lnet/minecraft/class_3562$class_3563;- official - a- Lesn$a;a:Lesn$a;
 
 
- 
- 
Constructor Details- 
Emptyprivate Empty()
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getLightSection- Specified by:
- getLightSectionin interface- ChunkLightingView
- Mappings:
- Namespace - Name - Mixin selector - named - getLightSection- Lnet/minecraft/world/chunk/light/ChunkLightingView;getLightSection(Lnet/minecraft/util/math/ChunkSectionPos;)Lnet/minecraft/world/chunk/ChunkNibbleArray;- intermediary - method_15544- Lnet/minecraft/class_3562;method_15544(Lnet/minecraft/class_4076;)Lnet/minecraft/class_2804;- official - a- Lesn;a(Lkk;)Ldyy;
 
- 
getLightLevel- Specified by:
- getLightLevelin interface- ChunkLightingView
- Mappings:
- Namespace - Name - Mixin selector - named - getLightLevel- Lnet/minecraft/world/chunk/light/ChunkLightingView;getLightLevel(Lnet/minecraft/util/math/BlockPos;)I- intermediary - method_15543- Lnet/minecraft/class_3562;method_15543(Lnet/minecraft/class_2338;)I- official - b- Lesn;b(Lji;)I
 
- 
checkBlock- Specified by:
- checkBlockin interface- LightingView
- Mappings:
- Namespace - Name - Mixin selector - named - checkBlock- Lnet/minecraft/world/chunk/light/LightingView;checkBlock(Lnet/minecraft/util/math/BlockPos;)V- intermediary - method_15513- Lnet/minecraft/class_3565;method_15513(Lnet/minecraft/class_2338;)V- official - a- Less;a(Lji;)V
 
- 
hasUpdatespublic boolean hasUpdates()- Specified by:
- hasUpdatesin interface- LightingView
- Mappings:
- Namespace - Name - Mixin selector - named - hasUpdates- Lnet/minecraft/world/chunk/light/LightingView;hasUpdates()Z- intermediary - method_15518- Lnet/minecraft/class_3565;method_15518()Z- official - N_- Less;N_()Z
 
- 
doLightUpdatespublic int doLightUpdates()- Specified by:
- doLightUpdatesin interface- LightingView
- Mappings:
- Namespace - Name - Mixin selector - named - doLightUpdates- Lnet/minecraft/world/chunk/light/LightingView;doLightUpdates()I- intermediary - method_15516- Lnet/minecraft/class_3565;method_15516()I- official - a- Less;a()I
 
- 
setSectionStatus- Specified by:
- setSectionStatusin interface- LightingView
- Mappings:
- Namespace - Name - Mixin selector - named - setSectionStatus- Lnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/ChunkSectionPos;Z)V- intermediary - method_15551- Lnet/minecraft/class_3565;method_15551(Lnet/minecraft/class_4076;Z)V- official - a- Less;a(Lkk;Z)V
 
- 
setColumnEnabled- Specified by:
- setColumnEnabledin interface- LightingView
- Mappings:
- Namespace - Name - Mixin selector - named - setColumnEnabled- Lnet/minecraft/world/chunk/light/LightingView;setColumnEnabled(Lnet/minecraft/util/math/ChunkPos;Z)V- intermediary - method_15512- Lnet/minecraft/class_3565;method_15512(Lnet/minecraft/class_1923;Z)V- official - a- Less;a(Ldfp;Z)V
 
- 
propagateLight- Specified by:
- propagateLightin interface- LightingView
- Mappings:
- Namespace - Name - Mixin selector - named - propagateLight- Lnet/minecraft/world/chunk/light/LightingView;propagateLight(Lnet/minecraft/util/math/ChunkPos;)V- intermediary - method_51471- Lnet/minecraft/class_3565;method_51471(Lnet/minecraft/class_1923;)V- official - b- Less;b(Ldfp;)V
 
 
-