Enum Class PlayerUnlock.Visibility

java.lang.Object
java.lang.Enum<PlayerUnlock.Visibility>
net.minecraft.aprilfools.PlayerUnlock.Visibility
All Implemented Interfaces:
Serializable, Comparable<PlayerUnlock.Visibility>, Constable, StringIdentifiable
Enclosing class:
PlayerUnlock

public static enum PlayerUnlock.Visibility extends Enum<PlayerUnlock.Visibility> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/aprilfools/PlayerUnlock$Visibility
intermediary net/minecraft/class_10976$class_10978
official awy$b
  • Enum Constant Details

    • VISIBLE

      public static final PlayerUnlock.Visibility VISIBLE
      Mappings:
      Namespace Name Mixin selector
      named VISIBLE Lnet/minecraft/aprilfools/PlayerUnlock$Visibility;VISIBLE:Lnet/minecraft/aprilfools/PlayerUnlock$Visibility;
      intermediary field_58353 Lnet/minecraft/class_10976$class_10978;field_58353:Lnet/minecraft/class_10976$class_10978;
      official a Lawy$b;a:Lawy$b;
    • INVISIBLE

      public static final PlayerUnlock.Visibility INVISIBLE
      Mappings:
      Namespace Name Mixin selector
      named INVISIBLE Lnet/minecraft/aprilfools/PlayerUnlock$Visibility;INVISIBLE:Lnet/minecraft/aprilfools/PlayerUnlock$Visibility;
      intermediary field_58354 Lnet/minecraft/class_10976$class_10978;field_58354:Lnet/minecraft/class_10976$class_10978;
      official b Lawy$b;b:Lawy$b;
    • MYSTERY

      public static final PlayerUnlock.Visibility MYSTERY
      Mappings:
      Namespace Name Mixin selector
      named MYSTERY Lnet/minecraft/aprilfools/PlayerUnlock$Visibility;MYSTERY:Lnet/minecraft/aprilfools/PlayerUnlock$Visibility;
      intermediary field_58355 Lnet/minecraft/class_10976$class_10978;field_58355:Lnet/minecraft/class_10976$class_10978;
      official c Lawy$b;c:Lawy$b;
  • Field Details

    • PACKET_CODEC

      public static PacketCodec<ByteBuf,PlayerUnlock.Visibility> PACKET_CODEC
      Mappings:
      Namespace Name Mixin selector
      named PACKET_CODEC Lnet/minecraft/aprilfools/PlayerUnlock$Visibility;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_58356 Lnet/minecraft/class_10976$class_10978;field_58356:Lnet/minecraft/class_9139;
      official d Lawy$b;d:Lzg;
  • Constructor Details

    • Visibility

      private Visibility()
  • Method Details

    • values

      public static PlayerUnlock.Visibility[] 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

      public static PlayerUnlock.Visibility valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbbv;c()Ljava/lang/String;