java.lang.Object
meteordevelopment.meteorclient.systems.modules.Module
meteordevelopment.meteorclient.systems.modules.render.blockesp.BlockESP
All Implemented Interfaces:
Comparable<Module>, ISerializable<Module>

public class BlockESP extends Module
  • Constructor Details

    • BlockESP

      public BlockESP()
  • Method Details

    • onActivate

      public void onActivate()
      Overrides:
      onActivate in class Module
    • onDeactivate

      public void onDeactivate()
      Overrides:
      onDeactivate in class Module
    • getBlock

      public ESPBlock getBlock(int x, int y, int z)
    • newGroup

      public ESPGroup newGroup(net.minecraft.block.Block block)
    • removeGroup

      public void removeGroup(ESPGroup group)
    • getInfoString

      public String getInfoString()
      Overrides:
      getInfoString in class Module