HyCodeYourTale
classpublicPriority 3

ParkourCheckpoint

com.hypixel.hytale.builtin.parkour.ParkourCheckpoint

implements Component

3

Methods

3

Public Methods

1

Fields

2

Constructors

Constants

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

Constructors

protected
ParkourCheckpoint()
public
ParkourCheckpoint(int index)

Methods

Public Methods (3)

public
Component<EntityStore> clone()
@Nonnull@Override
publicstatic
ComponentType<EntityStore, ParkourCheckpoint> getComponentType()
public
int getIndex()

Fields

Protected Fields (1)

protectedint index

Related Classes