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 TestOnly
    Modifier and Type
    Method
    Description
    static valorless.valorlessutils.Server.Version
    Retrieves the highest defined Version in the Version enum.
    Used for testing purposes to simulate the latest server version, should Server.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 TestOnly
    Modifier and Type
    Method
    Description
    static void
    CustomAI.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.