Class KillAura


public final class KillAura extends InternalPlugin
  • Constructor Details

    • KillAura

      public KillAura()
  • Method Details

    • onPreEntityTick

      public static void onPreEntityTick(BotPreEntityTickEvent event)
    • onPostEntityTick

      public static void onPostEntityTick(BotPostEntityTickEvent event)
    • getEntityVisiblePoint

      public static @Nullable net.minecraft.world.phys.Vec3 getEntityVisiblePoint(BotConnection connection, net.minecraft.world.entity.Entity entity)
    • getClosestEntity

      public static @Nullable net.minecraft.world.entity.Entity getClosestEntity(BotConnection connection, double range, List<String> whitelistedUsers, boolean ignoreBots, boolean onlyInteractable, boolean mustBeSeen)
    • canSee

      public static boolean canSee(BotConnection connection, net.minecraft.world.entity.Entity entity)
    • canSee

      public static boolean canSee(BotConnection connection, net.minecraft.world.phys.Vec3 vec)
    • onSettingsRegistryInit

      public void onSettingsRegistryInit(InstanceSettingsRegistryInitEvent event)