classpublicabstractPriority 3
InteractiveCustomUIPage
com.hypixel.hytale.server.core.entity.entities.player.pages.InteractiveCustomUIPage
extends CustomUIPage
2
Methods
2
Public Methods
1
Fields
1
Constructors
Constants
HytaleLoggerLOGGER= HytaleLogger.forEnclosingClass()
Constructors
public
InteractiveCustomUIPage(PlayerRef playerRef, CustomPageLifetime lifetime, BuilderCodec<T> eventDataCodec)Methods
Public Methods (2)
public
void handleDataEvent(Ref<EntityStore> ref, Store<EntityStore> store, T data)public
void handleDataEvent(Ref<EntityStore> ref, Store<EntityStore> store, String rawData)@Override
Fields
Protected Fields (1)
protected
BuilderCodec<T> eventDataCodec