Package net.minecraft.network.message
Enum Class FilterMask.FilterStatus
- All Implemented Interfaces:
Serializable,Comparable<FilterMask.FilterStatus>,Constable
- Enclosing class:
FilterMask
- Mappings:
Namespace Name official sl$aintermediary net/minecraft/class_7649$class_7650named net/minecraft/network/message/FilterMask$FilterStatus
-
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 FilterMask.FilterStatusReturns the enum constant of this class with the specified name.static FilterMask.FilterStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PASS_THROUGH
- Mappings:
Namespace Name Mixin selector official aLsl$a;a:Lsl$a;intermediary field_39947Lnet/minecraft/class_7649$class_7650;field_39947:Lnet/minecraft/class_7649$class_7650;named PASS_THROUGHLnet/minecraft/network/message/FilterMask$FilterStatus;PASS_THROUGH:Lnet/minecraft/network/message/FilterMask$FilterStatus;
-
FULLY_FILTERED
- Mappings:
Namespace Name Mixin selector official bLsl$a;b:Lsl$a;intermediary field_39948Lnet/minecraft/class_7649$class_7650;field_39948:Lnet/minecraft/class_7649$class_7650;named FULLY_FILTEREDLnet/minecraft/network/message/FilterMask$FilterStatus;FULLY_FILTERED:Lnet/minecraft/network/message/FilterMask$FilterStatus;
-
PARTIALLY_FILTERED
- Mappings:
Namespace Name Mixin selector official cLsl$a;c:Lsl$a;intermediary field_39949Lnet/minecraft/class_7649$class_7650;field_39949:Lnet/minecraft/class_7649$class_7650;named PARTIALLY_FILTEREDLnet/minecraft/network/message/FilterMask$FilterStatus;PARTIALLY_FILTERED:Lnet/minecraft/network/message/FilterMask$FilterStatus;
-
-
Constructor Details
-
FilterStatus
private FilterStatus()
-
-
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
-