Class UIEventBuilder
java.lang.Object
com.hypixel.hytale.server.core.ui.builder.UIEventBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomUIEventBinding[]private final List<CustomUIEventBinding> static final com.hypixel.hytale.logger.HytaleLogger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEventBinding(CustomUIEventBindingType type, String selector) addEventBinding(CustomUIEventBindingType type, String selector, boolean locksInterface) addEventBinding(CustomUIEventBindingType type, String selector, EventData data) addEventBinding(CustomUIEventBindingType type, String selector, EventData data, boolean locksInterface)
-
Field Details
-
LOGGER
public static final com.hypixel.hytale.logger.HytaleLogger LOGGER -
EMPTY_EVENT_BINDING_ARRAY
-
events
-
-
Constructor Details
-
UIEventBuilder
public UIEventBuilder()
-
-
Method Details
-
addEventBinding
-
addEventBinding
@Nonnull public UIEventBuilder addEventBinding(CustomUIEventBindingType type, String selector, boolean locksInterface) -
addEventBinding
@Nonnull public UIEventBuilder addEventBinding(CustomUIEventBindingType type, String selector, EventData data) -
addEventBinding
@Nonnull public UIEventBuilder addEventBinding(CustomUIEventBindingType type, String selector, @Nullable EventData data, boolean locksInterface) -
getEvents
-