Class ShopPageSupplier
java.lang.Object
com.hypixel.hytale.builtin.adventure.shop.ShopPageSupplier
- All Implemented Interfaces:
OpenCustomUIInteraction.CustomPageSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontryCreate(Ref<EntityStore> ref, ComponentAccessor<EntityStore> componentAccessor, PlayerRef playerRef, InteractionContext context)
-
Field Details
-
CODEC
-
shopId
-
-
Constructor Details
-
ShopPageSupplier
public ShopPageSupplier()
-
-
Method Details
-
tryCreate
@Nonnull public CustomUIPage tryCreate(Ref<EntityStore> ref, ComponentAccessor<EntityStore> componentAccessor, @Nonnull PlayerRef playerRef, InteractionContext context) - Specified by:
tryCreatein interfaceOpenCustomUIInteraction.CustomPageSupplier
-