Class MixinReplicationTask
-
- All Implemented Interfaces:
-
dev.lapis256.apprep.api.replication.task.MEReplicationTask
public abstract class MixinReplicationTask implements MEReplicationTask
-
-
Field Summary
Fields Modifier and Type Field Description public final static MEReplicationTask.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description MixinReplicationTask()
-
Method Summary
Modifier and Type Method Description abstract HashMap<Long, List<MatterStack>>getStoredMatterStack()voidapprep$setInternalMatterStacks(@NotNull() Object2LongMap<IMatterType> stacks)Object2LongMap<IMatterType>apprep$getInternalMatterStacks()-
-
Method Detail
-
getStoredMatterStack
abstract HashMap<Long, List<MatterStack>> getStoredMatterStack()
-
apprep$setInternalMatterStacks
void apprep$setInternalMatterStacks(@NotNull() Object2LongMap<IMatterType> stacks)
-
apprep$getInternalMatterStacks
@NotNull() Object2LongMap<IMatterType> apprep$getInternalMatterStacks()
-
-
-
-