HyCodeYourTale
classpublicabstractPriority 3

ObjectiveLocationMarkerArea

com.hypixel.hytale.builtin.adventure.objectives.config.markerarea.ObjectiveLocationMarkerArea

4

Methods

4

Public Methods

2

Fields

1

Constructors

Constants

CodecMapCodec<ObjectiveLocationMarkerArea>CODEC= new CodecMapCodec<>("Type")

Constructors

public
ObjectiveLocationMarkerArea()

Methods

Public Methods (4)

public
Box getBoxForEntryArea()
public
Box getBoxForExitArea()
public
boolean isPlayerInEntryArea(Vector3d var1, Vector3d var2)
public
String toString()
@Nonnull@Override

Fields

Protected Fields (2)

protectedBox entryAreaBox
protectedBox exitAreaBox

Related Classes