Enum Class SequencerInstructions

java.lang.Object
java.lang.Enum<SequencerInstructions>
com.simibubi.create.content.kinetics.transmission.sequencer.SequencerInstructions
All Implemented Interfaces:
Serializable, Comparable<SequencerInstructions>, Constable

public enum SequencerInstructions extends Enum<SequencerInstructions>
  • Enum Constant Details

  • Field Details

    • STREAM_CODEC

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,SequencerInstructions> STREAM_CODEC
    • translationKey

      public final String translationKey
    • descriptiveTranslationKey

      public final String descriptiveTranslationKey
    • parameterKey

      public final String parameterKey
    • hasValueParameter

      public final boolean hasValueParameter
    • hasSpeedParameter

      public final boolean hasSpeedParameter
    • background

      public final AllGuiTextures background
    • maxValue

      public final int maxValue
    • shiftStep

      public final int shiftStep
    • defaultValue

      public final int defaultValue
  • Method Details

    • values

      public static SequencerInstructions[] 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 SequencerInstructions 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
    • needsPropagation

      public boolean needsPropagation()