Package com.soulfiremc.server.plugins
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 boolean
canSee
(BotConnection connection, net.minecraft.world.entity.Entity entity) static boolean
canSee
(BotConnection connection, net.minecraft.world.phys.Vec3 vec) static @Nullable net.minecraft.world.entity.Entity
getClosestEntity
(BotConnection connection, double range, List<String> whitelistedUsers, boolean ignoreBots, boolean onlyInteractable, boolean mustBeSeen) static @Nullable net.minecraft.world.phys.Vec3
getEntityVisiblePoint
(BotConnection connection, net.minecraft.world.entity.Entity entity) static void
static void
void
Methods inherited from class com.soulfiremc.server.api.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
-