Enum Class SideChainPart

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

public enum SideChainPart extends Enum<SideChainPart> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/block/enums/SideChainPart
intermediary net/minecraft/class_11598
official eku
  • Enum Constant Details

    • UNCONNECTED

      public static final SideChainPart UNCONNECTED
      Mappings:
      Namespace Name Mixin selector
      named UNCONNECTED Lnet/minecraft/block/enums/SideChainPart;UNCONNECTED:Lnet/minecraft/block/enums/SideChainPart;
      intermediary field_61446 Lnet/minecraft/class_11598;field_61446:Lnet/minecraft/class_11598;
      official a Leku;a:Leku;
    • CENTER

      public static final SideChainPart CENTER
      Mappings:
      Namespace Name Mixin selector
      named CENTER Lnet/minecraft/block/enums/SideChainPart;CENTER:Lnet/minecraft/block/enums/SideChainPart;
      intermediary field_61448 Lnet/minecraft/class_11598;field_61448:Lnet/minecraft/class_11598;
      official c Leku;c:Leku;
    • LEFT

      public static final SideChainPart LEFT
      Mappings:
      Namespace Name Mixin selector
      named LEFT Lnet/minecraft/block/enums/SideChainPart;LEFT:Lnet/minecraft/block/enums/SideChainPart;
      intermediary field_61449 Lnet/minecraft/class_11598;field_61449:Lnet/minecraft/class_11598;
      official d Leku;d:Leku;
  • Field Details

    • id

      private final String id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/block/enums/SideChainPart;id:Ljava/lang/String;
      intermediary field_61450 Lnet/minecraft/class_11598;field_61450:Ljava/lang/String;
      official e Leku;e:Ljava/lang/String;
  • Constructor Details

    • SideChainPart

      private SideChainPart(String id)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/enums/SideChainPart;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_11598;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Leku;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static SideChainPart[] 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 SideChainPart 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<SideChainPart>
    • 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 Lbgg;c()Ljava/lang/String;
    • isConnected

      public boolean isConnected()
      Mappings:
      Namespace Name Mixin selector
      named isConnected Lnet/minecraft/block/enums/SideChainPart;isConnected()Z
      intermediary method_72669 Lnet/minecraft/class_11598;method_72669()Z
      official a Leku;a()Z
    • isCenterOr

      public boolean isCenterOr(SideChainPart sideChainPart)
      Mappings:
      Namespace Name Mixin selector
      named isCenterOr Lnet/minecraft/block/enums/SideChainPart;isCenterOr(Lnet/minecraft/block/enums/SideChainPart;)Z
      intermediary method_72670 Lnet/minecraft/class_11598;method_72670(Lnet/minecraft/class_11598;)Z
      official a Leku;a(Leku;)Z
    • isNotCenter

      public boolean isNotCenter()
      Mappings:
      Namespace Name Mixin selector
      named isNotCenter Lnet/minecraft/block/enums/SideChainPart;isNotCenter()Z
      intermediary method_72671 Lnet/minecraft/class_11598;method_72671()Z
      official b Leku;b()Z
    • connectToRight

      public SideChainPart connectToRight()
      Mappings:
      Namespace Name Mixin selector
      named connectToRight Lnet/minecraft/block/enums/SideChainPart;connectToRight()Lnet/minecraft/block/enums/SideChainPart;
      intermediary method_72672 Lnet/minecraft/class_11598;method_72672()Lnet/minecraft/class_11598;
      official d Leku;d()Leku;
    • connectToLeft

      public SideChainPart connectToLeft()
      Mappings:
      Namespace Name Mixin selector
      named connectToLeft Lnet/minecraft/block/enums/SideChainPart;connectToLeft()Lnet/minecraft/block/enums/SideChainPart;
      intermediary method_72673 Lnet/minecraft/class_11598;method_72673()Lnet/minecraft/class_11598;
      official e Leku;e()Leku;
    • disconnectFromRight

      public SideChainPart disconnectFromRight()
      Mappings:
      Namespace Name Mixin selector
      named disconnectFromRight Lnet/minecraft/block/enums/SideChainPart;disconnectFromRight()Lnet/minecraft/block/enums/SideChainPart;
      intermediary method_72674 Lnet/minecraft/class_11598;method_72674()Lnet/minecraft/class_11598;
      official f Leku;f()Leku;
    • disconnectFromLeft

      public SideChainPart disconnectFromLeft()
      Mappings:
      Namespace Name Mixin selector
      named disconnectFromLeft Lnet/minecraft/block/enums/SideChainPart;disconnectFromLeft()Lnet/minecraft/block/enums/SideChainPart;
      intermediary method_72675 Lnet/minecraft/class_11598;method_72675()Lnet/minecraft/class_11598;
      official g Leku;g()Leku;