Package com.ewyboy.worldstripper.workers
Class DressWorker
java.lang.Object
com.ewyboy.worldstripper.workers.DressWorker
- All Implemented Interfaces:
WorldWorker.IWorker
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDressWorker(net.minecraft.core.BlockPos start, int radiusX, int radiusZ, net.minecraft.server.level.ServerLevel dim, int interval, int blockUpdateFlag) -
Method Summary
-
Field Details
-
start
protected final net.minecraft.core.BlockPos start -
radiusX
protected final int radiusX -
radiusZ
protected final int radiusZ
-
-
Constructor Details
-
DressWorker
public DressWorker(net.minecraft.core.BlockPos start, int radiusX, int radiusZ, net.minecraft.server.level.ServerLevel dim, int interval, int blockUpdateFlag)
-
-
Method Details
-
hasWork
public boolean hasWork()- Specified by:
hasWorkin interfaceWorldWorker.IWorker
-
doWork
public boolean doWork()- Specified by:
doWorkin interfaceWorldWorker.IWorker
-