Interface MEReplicationTask
-
- All Implemented Interfaces:
public interface MEReplicationTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMEReplicationTask.Companion
-
Method Summary
Modifier and Type Method Description abstract Unitapprep$setInternalMatterStacks(Object2LongMap<IMatterType> stacks)abstract Object2LongMap<IMatterType>apprep$getInternalMatterStacks()UnitdeserializeAdditionalNBT(HolderLookup.Provider provider, CompoundTag compoundTag)CompoundTagserializeAdditionalNBT(HolderLookup.Provider provider, CompoundTag compoundTag)LongextractMatter(IMatterType type, Long amount)-
-
Method Detail
-
apprep$setInternalMatterStacks
abstract Unit apprep$setInternalMatterStacks(Object2LongMap<IMatterType> stacks)
-
apprep$getInternalMatterStacks
abstract Object2LongMap<IMatterType> apprep$getInternalMatterStacks()
-
deserializeAdditionalNBT
Unit deserializeAdditionalNBT(HolderLookup.Provider provider, CompoundTag compoundTag)
-
serializeAdditionalNBT
CompoundTag serializeAdditionalNBT(HolderLookup.Provider provider, CompoundTag compoundTag)
-
extractMatter
Long extractMatter(IMatterType type, Long amount)
-
-
-
-