Class KillAura
java.lang.Object
com.soulfiremc.server.api.Plugin
com.soulfiremc.server.api.InternalPlugin
com.soulfiremc.server.plugins.KillAura
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanSee(BotConnection connection, net.minecraft.world.entity.Entity entity) static booleancanSee(BotConnection connection, net.minecraft.world.phys.Vec3 vec) static @Nullable net.minecraft.world.entity.EntitygetClosestEntity(BotConnection connection, double range, List<String> whitelistedUsers, boolean ignoreBots, boolean onlyInteractable, boolean mustBeSeen) static @Nullable net.minecraft.world.phys.Vec3getEntityVisiblePoint(BotConnection connection, net.minecraft.world.entity.Entity entity) static voidstatic voidvoidMethods inherited from class Plugin
isAvailable, pluginInfo, register
-
Constructor Details
-
KillAura
public KillAura()
-
-
Method Details
-
onPreEntityTick
-
onPostEntityTick
-
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
-
canSee
-
onSettingsRegistryInit
-