public final class RTPKernels
extends java.lang.Object
RTPKernel
s.
A word of warning, if the RTP module has not been initialised, this objects will remain as dummy objects and will not function.
Check that the NucleusRTPService
exists first before attempting to use these kernels.
Modifier and Type | Class and Description |
---|---|
static class |
RTPKernels.Identifiers |
Modifier and Type | Field and Description |
---|---|
static RTPKernel |
AROUND_PLAYER
The default Nucleus RTP kernel, adjusted to centre around the player,
not the world border centre.
|
static RTPKernel |
AROUND_PLAYER_SURFACE
The default Nucleus RTP kernel, adjusted to centre around the player,
not the world border centre, and surface only
|
static RTPKernel |
DEFAULT
The default Nucleus RTP kernel.
|
static RTPKernel |
SURFACE_ONLY
The default Nucleus RTP kernel, adjusted to ensure locations are surface only.
|
public static final RTPKernel AROUND_PLAYER
This has an ID of nucleus:around_player
public static final RTPKernel AROUND_PLAYER_SURFACE
This has an ID of nucleus:around_player_surface
public static final RTPKernel DEFAULT
This has an ID of nucleus:default
public static final RTPKernel SURFACE_ONLY
This has an ID of nucleus:surface_only