Uses of Annotation Interface
valorless.rarespawns.annotations.TestOnly
Packages that use TestOnly
Package
Description
Core package for RareSpawns.
Custom AI behaviors and helpers for rare entities.
-
Uses of TestOnly in valorless.rarespawns
Methods in valorless.rarespawns with annotations of type TestOnlyModifier and TypeMethodDescriptionstatic valorless.valorlessutils.Server.VersionServer.getHighestVersion()Retrieves the highest defined Version in the Version enum.
Used for testing purposes to simulate the latest server version, shouldServer.ResolveVersion()fail in to resolve.
Needed for testing on versions not yet added to.invalid reference
valorless.ValorlessUtils.Server.Version -
Uses of TestOnly in valorless.rarespawns.ai
Methods in valorless.rarespawns.ai with annotations of type TestOnlyModifier and TypeMethodDescriptionstatic voidCustomAI.Tamed(org.bukkit.entity.Mob mob, org.bukkit.entity.Player player) Test method, not to be used.
Configures a mob to behave as if tamed by the given player.