HyCodeYourTale
classpublicPriority 3

Interactable

com.hypixel.hytale.server.core.modules.entity.component.Interactable

implements Component

2

Methods

2

Public Methods

0

Fields

1

Constructors

Constants

BuilderCodec<Interactable>CODEC= BuilderCodec.builder(Interactable.class, () -> INSTANCE).build()
InteractableINSTANCE= new Interactable()

Constructors

private
Interactable()

Methods

Public Methods (2)

public
Component<EntityStore> clone()
@Override
publicstatic
ComponentType<EntityStore, Interactable> getComponentType()

Related Classes