Class DressWorker

java.lang.Object
com.ewyboy.worldstripper.workers.DressWorker
All Implemented Interfaces:
WorldWorker.IWorker

public class DressWorker extends Object implements WorldWorker.IWorker
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final int
     
    protected final int
     
    protected final net.minecraft.core.BlockPos
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DressWorker(net.minecraft.core.BlockPos start, int radiusX, int radiusZ, net.minecraft.server.level.ServerLevel dim, int interval, int blockUpdateFlag)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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