HyCodeYourTale
classpublicPriority 3

Interactions

com.hypixel.hytale.server.core.modules.interaction.Interactions

implements Component

8

Methods

8

Public Methods

2

Fields

3

Constructors

Constants

BuilderCodec<Interactions>CODEC= BuilderCodec.builder(Interactions.class, Interactions::new) .appendInherited( new ...

Constructors

package-private
Interactions()
public
Interactions()
public
Interactions(Map<InteractionType, String> interactions)

Methods

Public Methods (8)

public
Component<EntityStore> clone()
@Nonnull@Override
public
boolean consumeNetworkOutdated()
publicstatic
ComponentType<EntityStore, Interactions> getComponentType()
@Nonnull
public
String getInteractionHint()
@Nullable
public
String getInteractionId(InteractionType type)
@Nullable
public
Map<InteractionType, String> getInteractions()
@Nonnull
public
void setInteractionHint(String interactionHint)
public
void setInteractionId(InteractionType type, String interactionId)

Fields

Private/Package Fields (2)

privateString interactionHint
privateboolean isNetworkOutdated

Related Classes