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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AllGuiTexturesfinal intfinal Stringfinal booleanfinal booleanfinal intfinal Stringfinal intstatic final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, SequencerInstructions> final String -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SequencerInstructionsReturns the enum constant of this class with the specified name.static SequencerInstructions[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TURN_ANGLE
-
TURN_DISTANCE
-
DELAY
-
AWAIT
-
END
-
-
Field Details
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,SequencerInstructions> STREAM_CODEC -
translationKey
-
descriptiveTranslationKey
-
parameterKey
-
hasValueParameter
public final boolean hasValueParameter -
hasSpeedParameter
public final boolean hasSpeedParameter -
background
-
maxValue
public final int maxValue -
shiftStep
public final int shiftStep -
defaultValue
public final int defaultValue
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
needsPropagation
public boolean needsPropagation()
-