HyCodeYourTale
classpublicPriority 3

ReachLocationMarker

com.hypixel.hytale.builtin.adventure.objectives.markers.reachlocation.ReachLocationMarker

implements Component

5

Methods

5

Public Methods

1

Fields

2

Constructors

Constants

BuilderCodec<ReachLocationMarker>CODEC= BuilderCodec.builder(ReachLocationMarker.class, ReachLocationMarker::new) .append( ...

Constructors

public
ReachLocationMarker()
public
ReachLocationMarker(String markerId)

Methods

Public Methods (5)

public
Component<EntityStore> clone()
@Nonnull@Override
publicstatic
ComponentType<EntityStore, ReachLocationMarker> getComponentType()
public
String getLocationName()
@Nullable
public
String getMarkerId()
public
Set<UUID> getPlayers()
@Nonnull

Fields

Private/Package Fields (1)

privateString markerId

Related Classes