Enum Class TimeProperty.class_10547

java.lang.Object
java.lang.Enum<TimeProperty.class_10547>
net.minecraft.client.render.item.property.numeric.TimeProperty.class_10547
All Implemented Interfaces:
Serializable, Comparable<TimeProperty.class_10547>, Constable, StringIdentifiable
Enclosing class:
TimeProperty

@Environment(CLIENT) public static enum TimeProperty.class_10547 extends Enum<TimeProperty.class_10547> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/client/render/item/property/numeric/TimeProperty$class_10547
intermediary net/minecraft/class_10483$class_10547
official hct$a
  • Enum Constant Details

    • RANDOM

      public static final TimeProperty.class_10547 RANDOM
      Mappings:
      Namespace Name Mixin selector
      named RANDOM Lnet/minecraft/client/render/item/property/numeric/TimeProperty$class_10547;RANDOM:Lnet/minecraft/client/render/item/property/numeric/TimeProperty$class_10547;
      intermediary field_55557 Lnet/minecraft/class_10483$class_10547;field_55557:Lnet/minecraft/class_10483$class_10547;
      official a Lhct$a;a:Lhct$a;
    • DAYTIME

      public static final TimeProperty.class_10547 DAYTIME
      Mappings:
      Namespace Name Mixin selector
      named DAYTIME Lnet/minecraft/client/render/item/property/numeric/TimeProperty$class_10547;DAYTIME:Lnet/minecraft/client/render/item/property/numeric/TimeProperty$class_10547;
      intermediary field_55558 Lnet/minecraft/class_10483$class_10547;field_55558:Lnet/minecraft/class_10483$class_10547;
      official b Lhct$a;b:Lhct$a;
    • MOON_PHASE

      public static final TimeProperty.class_10547 MOON_PHASE
      Mappings:
      Namespace Name Mixin selector
      named MOON_PHASE Lnet/minecraft/client/render/item/property/numeric/TimeProperty$class_10547;MOON_PHASE:Lnet/minecraft/client/render/item/property/numeric/TimeProperty$class_10547;
      intermediary field_55559 Lnet/minecraft/class_10483$class_10547;field_55559:Lnet/minecraft/class_10483$class_10547;
      official c Lhct$a;c:Lhct$a;
  • Field Details

    • field_55560

      public static final com.mojang.serialization.Codec<TimeProperty.class_10547> field_55560
      Mappings:
      Namespace Name Mixin selector
      named field_55560 Lnet/minecraft/client/render/item/property/numeric/TimeProperty$class_10547;field_55560:Lcom/mojang/serialization/Codec;
      intermediary field_55560 Lnet/minecraft/class_10483$class_10547;field_55560:Lcom/mojang/serialization/Codec;
      official d Lhct$a;d:Lcom/mojang/serialization/Codec;
    • field_55561

      private final String field_55561
      Mappings:
      Namespace Name Mixin selector
      named field_55561 Lnet/minecraft/client/render/item/property/numeric/TimeProperty$class_10547;field_55561:Ljava/lang/String;
      intermediary field_55561 Lnet/minecraft/class_10483$class_10547;field_55561:Ljava/lang/String;
      official e Lhct$a;e:Ljava/lang/String;
  • Constructor Details

    • class_10547

      private class_10547(String string)
  • Method Details

    • values

      public static TimeProperty.class_10547[] 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 TimeProperty.class_10547 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 Lazv;c()Ljava/lang/String;
    • method_65914

      abstract float method_65914(ClientWorld clientWorld, ItemStack itemStack, Entity entity, Random random)
      Mappings:
      Namespace Name Mixin selector
      named method_65914 Lnet/minecraft/client/render/item/property/numeric/TimeProperty$class_10547;method_65914(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/random/Random;)F
      intermediary method_65914 Lnet/minecraft/class_10483$class_10547;method_65914(Lnet/minecraft/class_638;Lnet/minecraft/class_1799;Lnet/minecraft/class_1297;Lnet/minecraft/class_5819;)F
      official a Lhct$a;a(Lgfy;Lcwo;Lbuk;Lazh;)F