Enum Class GuiRenderState.LayerFilter
java.lang.Object
java.lang.Enum<GuiRenderState.LayerFilter>
net.minecraft.client.gui.render.state.GuiRenderState.LayerFilter
- All Implemented Interfaces:
Serializable,Comparable<GuiRenderState.LayerFilter>,Constable
- Enclosing class:
GuiRenderState
@Environment(CLIENT)
public static enum GuiRenderState.LayerFilter
extends Enum<GuiRenderState.LayerFilter>
- Mappings:
Namespace Name named net/minecraft/client/gui/render/state/GuiRenderState$LayerFilterintermediary net/minecraft/class_11246$class_11325official goo$b
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GuiRenderState.LayerFilterReturns the enum constant of this class with the specified name.static GuiRenderState.LayerFilter[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL
- Mappings:
Namespace Name Mixin selector named ALLLnet/minecraft/client/gui/render/state/GuiRenderState$LayerFilter;ALL:Lnet/minecraft/client/gui/render/state/GuiRenderState$LayerFilter;intermediary field_60315Lnet/minecraft/class_11246$class_11325;field_60315:Lnet/minecraft/class_11246$class_11325;official aLgoo$b;a:Lgoo$b;
-
BEFORE_BLUR
- Mappings:
Namespace Name Mixin selector named BEFORE_BLURLnet/minecraft/client/gui/render/state/GuiRenderState$LayerFilter;BEFORE_BLUR:Lnet/minecraft/client/gui/render/state/GuiRenderState$LayerFilter;intermediary field_60316Lnet/minecraft/class_11246$class_11325;field_60316:Lnet/minecraft/class_11246$class_11325;official bLgoo$b;b:Lgoo$b;
-
AFTER_BLUR
- Mappings:
Namespace Name Mixin selector named AFTER_BLURLnet/minecraft/client/gui/render/state/GuiRenderState$LayerFilter;AFTER_BLUR:Lnet/minecraft/client/gui/render/state/GuiRenderState$LayerFilter;intermediary field_60317Lnet/minecraft/class_11246$class_11325;field_60317:Lnet/minecraft/class_11246$class_11325;official cLgoo$b;c:Lgoo$b;
-
-
Constructor Details
-
LayerFilter
private LayerFilter()
-
-
Method Details
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException- if the argument is null
-