EliteMindSpawnRequest

public final class EliteMindSpawnRequest extends Record

Inputs for spawning a native hostile Mind body.

Constructors

Link copied to clipboard
public void EliteMindSpawnRequest(Plugin owner, NamespacedKey programKey, Location location, int level, boolean persistent)
Source-compatible default for callers that want the standard grounded body.
public void EliteMindSpawnRequest(Plugin owner, NamespacedKey programKey, Location location, int level, boolean persistent, EliteMindBodyProfile bodyProfile)
Source-compatible body-profile constructor with the historical randomized power loadout.
public void EliteMindSpawnRequest(Plugin owner, NamespacedKey programKey, Location location, int level, boolean persistent, EliteMindBodyProfile bodyProfile, EliteMindPowerLoadout powerLoadout)

Functions

Link copied to clipboard
public Location location()

Inherited functions

Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()