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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCancel
(io.github.bakedlibs.dough.blocks.BlockPosition position) This returns theGEOResource
back to the chunk when theGEOMiningOperation
gets cancelledMethods inherited from class io.github.thebusybiscuit.slimefun4.implementation.operations.MiningOperation
addProgress, getProgress, getResult, getTotalTicks
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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 theGEOResource
back to the chunk when theGEOMiningOperation
gets cancelled
-