Class Instruction
java.lang.Object
com.simibubi.create.content.kinetics.transmission.sequencer.Instruction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, Instruction> -
Constructor Summary
ConstructorsConstructorDescriptionInstruction(SequencerInstructions instruction) Instruction(SequencerInstructions instruction, int value) Instruction(SequencerInstructions instruction, InstructionSpeedModifiers speedModifier, int value) -
Method Summary
Modifier and TypeMethodDescriptionstatic Vector<Instruction> static Vector<Instruction> deserializeAll(net.minecraft.nbt.ListTag list) static net.minecraft.nbt.ListTagserializeAll(List<Instruction> instructions)
-
Field Details
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,Instruction> STREAM_CODEC
-
-
Constructor Details
-
Instruction
-
Instruction
-
Instruction
public Instruction(SequencerInstructions instruction, InstructionSpeedModifiers speedModifier, int value)
-
-
Method Details
-
serializeAll
-
deserializeAll
-
createDefault
-