Class GEOMiningOperation
java.lang.Object
io.github.thebusybiscuit.slimefun4.implementation.operations.MiningOperation
io.github.thebusybiscuit.slimefun4.implementation.operations.GEOMiningOperation
- All Implemented Interfaces:
MachineOperation
- Author:
- iTwins
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCancel(io.github.bakedlibs.dough.blocks.BlockPosition position) This returns theGEOResourceback to the chunk when theGEOMiningOperationgets cancelledMethods inherited from class io.github.thebusybiscuit.slimefun4.implementation.operations.MiningOperation
addProgress, getProgress, getResult, getTotalTicksMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.thebusybiscuit.slimefun4.core.machines.MachineOperation
getRemainingTicks, isFinished
-
Constructor Details
-
GEOMiningOperation
-
-
Method Details
-
onCancel
public void onCancel(@Nonnull io.github.bakedlibs.dough.blocks.BlockPosition position) This returns theGEOResourceback to the chunk when theGEOMiningOperationgets cancelled
-