Enum Class Tilt

java.lang.Object
java.lang.Enum<Tilt>
net.minecraft.block.enums.Tilt
All Implemented Interfaces:
Serializable, Comparable<Tilt>, Constable, StringIdentifiable

public enum Tilt extends Enum<Tilt> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/block/enums/Tilt
intermediary net/minecraft/class_5816
official dtp
  • Enum Constant Details

    • NONE

      public static final Tilt NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/block/enums/Tilt;NONE:Lnet/minecraft/block/enums/Tilt;
      intermediary field_28718 Lnet/minecraft/class_5816;field_28718:Lnet/minecraft/class_5816;
      official a Ldtp;a:Ldtp;
    • UNSTABLE

      public static final Tilt UNSTABLE
      Mappings:
      Namespace Name Mixin selector
      named UNSTABLE Lnet/minecraft/block/enums/Tilt;UNSTABLE:Lnet/minecraft/block/enums/Tilt;
      intermediary field_28719 Lnet/minecraft/class_5816;field_28719:Lnet/minecraft/class_5816;
      official b Ldtp;b:Ldtp;
    • PARTIAL

      public static final Tilt PARTIAL
      Mappings:
      Namespace Name Mixin selector
      named PARTIAL Lnet/minecraft/block/enums/Tilt;PARTIAL:Lnet/minecraft/block/enums/Tilt;
      intermediary field_28720 Lnet/minecraft/class_5816;field_28720:Lnet/minecraft/class_5816;
      official c Ldtp;c:Ldtp;
    • FULL

      public static final Tilt FULL
      Mappings:
      Namespace Name Mixin selector
      named FULL Lnet/minecraft/block/enums/Tilt;FULL:Lnet/minecraft/block/enums/Tilt;
      intermediary field_28721 Lnet/minecraft/class_5816;field_28721:Lnet/minecraft/class_5816;
      official d Ldtp;d:Ldtp;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/block/enums/Tilt;name:Ljava/lang/String;
      intermediary field_28722 Lnet/minecraft/class_5816;field_28722:Ljava/lang/String;
      official e Ldtp;e:Ljava/lang/String;
    • stable

      private final boolean stable
      Mappings:
      Namespace Name Mixin selector
      named stable Lnet/minecraft/block/enums/Tilt;stable:Z
      intermediary field_28723 Lnet/minecraft/class_5816;field_28723:Z
      official f Ldtp;f:Z
  • Constructor Details

    • Tilt

      private Tilt(String name, boolean stable)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/enums/Tilt;<init>(Ljava/lang/String;ILjava/lang/String;Z)V
      intermediary <init> Lnet/minecraft/class_5816;<init>(Ljava/lang/String;ILjava/lang/String;Z)V
      official <init> Ldtp;<init>(Ljava/lang/String;ILjava/lang/String;Z)V
  • Method Details

    • values

      public static Tilt[] 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 Tilt 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 Lazu;c()Ljava/lang/String;
    • isStable

      public boolean isStable()
      Mappings:
      Namespace Name Mixin selector
      named isStable Lnet/minecraft/block/enums/Tilt;isStable()Z
      intermediary method_33636 Lnet/minecraft/class_5816;method_33636()Z
      official a Ldtp;a()Z