Interface RedstoneProgram.Factory<PROGRAM extends RedstoneProgram>
- Enclosing class:
RedstoneProgram
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface RedstoneProgram.Factory<PROGRAM extends RedstoneProgram>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(RedstoneProgram.PlayMode mode, int length, int playtime, int ticksToNextBeat, boolean paused, boolean pausedLastTick, boolean poweredLastTick, List<RedstoneProgram.ChannelData> channels, int ticksPerBeat, int beatsPerLine, int linesPerBar)
-
Method Details
-
create
PROGRAM create(RedstoneProgram.PlayMode mode, int length, int playtime, int ticksToNextBeat, boolean paused, boolean pausedLastTick, boolean poweredLastTick, List<RedstoneProgram.ChannelData> channels, int ticksPerBeat, int beatsPerLine, int linesPerBar)
-