HyCodeYourTale
classpublicPriority 1

OpenPageInteraction

com.hypixel.hytale.server.core.modules.interaction.interaction.config.server.OpenPageInteraction

extends SimpleInstantInteraction

1

Methods

1

Public Methods

2

Fields

1

Constructors

Constants

BuilderCodec<OpenPageInteraction>CODEC= BuilderCodec.builder( OpenPageInteraction.class, OpenPageInteraction::new, SimpleInstant...
Map<Page, OpenPageInteraction.PageUsageValidator>USAGE_VALIDATOR_MAP= new ConcurrentHashMap<>()

Constructors

public
OpenPageInteraction()

Methods

Public Methods (1)

publicstatic
void registerUsageValidator(Page page, OpenPageInteraction.PageUsageValidator validator)

Fields

Protected Fields (2)

protectedboolean canCloseThroughInteraction
protectedPage page

Related Classes