Package net.minecraft

Enum Class class_9317.class_9319

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

public static enum class_9317.class_9319 extends Enum<class_9317.class_9319> implements StringIdentifiable
Mappings:
Namespace Name
official eoe$b
intermediary net/minecraft/class_9317$class_9319
named net/minecraft/class_9317$class_9319
  • Enum Constant Details

    • BLOCK_ENTITY

      public static final class_9317.class_9319 BLOCK_ENTITY
      Mappings:
      Namespace Name Mixin selector
      official a Leoe$b;a:Leoe$b;
      intermediary field_49436 Lnet/minecraft/class_9317$class_9319;field_49436:Lnet/minecraft/class_9317$class_9319;
      named BLOCK_ENTITY Lnet/minecraft/class_9317$class_9319;BLOCK_ENTITY:Lnet/minecraft/class_9317$class_9319;
  • Field Details

    • field_49437

      public static final com.mojang.serialization.Codec<class_9317.class_9319> field_49437
      Mappings:
      Namespace Name Mixin selector
      official b Leoe$b;b:Lcom/mojang/serialization/Codec;
      intermediary field_49437 Lnet/minecraft/class_9317$class_9319;field_49437:Lcom/mojang/serialization/Codec;
      named field_49437 Lnet/minecraft/class_9317$class_9319;field_49437:Lcom/mojang/serialization/Codec;
    • field_49438

      private final String field_49438
      Mappings:
      Namespace Name Mixin selector
      official c Leoe$b;c:Ljava/lang/String;
      intermediary field_49438 Lnet/minecraft/class_9317$class_9319;field_49438:Ljava/lang/String;
      named field_49438 Lnet/minecraft/class_9317$class_9319;field_49438:Ljava/lang/String;
  • Constructor Details

    • class_9319

      private class_9319(String string)
  • Method Details

    • values

      public static class_9317.class_9319[] 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 class_9317.class_9319 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
    • method_57644

      public ComponentMap method_57644(LootContext lootContext)
      Mappings:
      Namespace Name Mixin selector
      official a Leoe$b;a(Lenb;)Ljl;
      intermediary method_57644 Lnet/minecraft/class_9317$class_9319;method_57644(Lnet/minecraft/class_47;)Lnet/minecraft/class_9323;
      named method_57644 Lnet/minecraft/class_9317$class_9319;method_57644(Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/component/ComponentMap;
    • method_57643

      public Set<LootContextParameter<?>> method_57643()
      Mappings:
      Namespace Name Mixin selector
      official a Leoe$b;a()Ljava/util/Set;
      intermediary method_57643 Lnet/minecraft/class_9317$class_9319;method_57643()Ljava/util/Set;
      named method_57643 Lnet/minecraft/class_9317$class_9319;method_57643()Ljava/util/Set;
    • 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
      official c Laye;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;