Class MemoriesPageSupplier
java.lang.Object
com.hypixel.hytale.builtin.adventure.memories.page.MemoriesPageSupplier
- All Implemented Interfaces:
OpenCustomUIInteraction.CustomPageSupplier
public class MemoriesPageSupplier
extends Object
implements OpenCustomUIInteraction.CustomPageSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontryCreate(Ref<EntityStore> ref, ComponentAccessor<EntityStore> componentAccessor, PlayerRef playerRef, InteractionContext context)
-
Constructor Details
-
MemoriesPageSupplier
public MemoriesPageSupplier()
-
-
Method Details
-
tryCreate
@NullableDecl public CustomUIPage tryCreate(Ref<EntityStore> ref, ComponentAccessor<EntityStore> componentAccessor, PlayerRef playerRef, InteractionContext context) - Specified by:
tryCreatein interfaceOpenCustomUIInteraction.CustomPageSupplier
-