Skip navigation links
B C D F G H I L M N O P R S T V 

B

build() - Method in interface org.geysermc.cumulus.component.DropdownComponent.Builder
 
build() - Method in interface org.geysermc.cumulus.component.StepSliderComponent.Builder
 
build() - Method in interface org.geysermc.cumulus.util.FormBuilder
 
builder() - Static method in interface org.geysermc.cumulus.component.DropdownComponent
 
builder(String) - Static method in interface org.geysermc.cumulus.component.DropdownComponent
 
builder() - Static method in interface org.geysermc.cumulus.component.StepSliderComponent
 
builder(String) - Static method in interface org.geysermc.cumulus.component.StepSliderComponent
 
builder() - Static method in interface org.geysermc.cumulus.CustomForm
 
builder() - Static method in interface org.geysermc.cumulus.ModalForm
 
builder() - Static method in interface org.geysermc.cumulus.SimpleForm
 
button(String, FormImage.Type, String) - Method in interface org.geysermc.cumulus.SimpleForm.Builder
 
button(String, FormImage) - Method in interface org.geysermc.cumulus.SimpleForm.Builder
 
button(String) - Method in interface org.geysermc.cumulus.SimpleForm.Builder
 
button(String, FormImage) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
button(String, FormImage.Type, String) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
button1(String) - Method in interface org.geysermc.cumulus.ModalForm.Builder
 
button2(String) - Method in interface org.geysermc.cumulus.ModalForm.Builder
 
ButtonComponent - Interface in org.geysermc.cumulus.component
 

C

Component - Interface in org.geysermc.cumulus.component
 
component(Component) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
ComponentType - Enum in org.geysermc.cumulus.util
 
content(String) - Method in interface org.geysermc.cumulus.ModalForm.Builder
 
content(String) - Method in interface org.geysermc.cumulus.SimpleForm.Builder
 
CustomForm - Interface in org.geysermc.cumulus
 
customForm(String, FormImage, List<Component>) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
CustomForm.Builder - Interface in org.geysermc.cumulus
 
customFormBuilder() - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
CustomFormResponse - Interface in org.geysermc.cumulus.response
 

D

defaultOption(int) - Method in interface org.geysermc.cumulus.component.DropdownComponent.Builder
 
defaultStep(int) - Method in interface org.geysermc.cumulus.component.StepSliderComponent.Builder
 
dropdown(DropdownComponent.Builder) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
dropdown(String, int, String...) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
dropdown(String, String...) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
dropdown(String, List<String>, int) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
dropdownBuilder() - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
DropdownComponent - Interface in org.geysermc.cumulus.component
 
DropdownComponent.Builder - Interface in org.geysermc.cumulus.component
 

F

Form - Interface in org.geysermc.cumulus
Base class of all Forms.
FormBuilder<T extends FormBuilder<T,F>,F extends Form> - Interface in org.geysermc.cumulus.util
 
FormImage - Interface in org.geysermc.cumulus.util
 
FormImage.Type - Enum in org.geysermc.cumulus.util
 
FormResponse - Interface in org.geysermc.cumulus.response
 
Forms - Class in org.geysermc.cumulus
 
Forms() - Constructor for class org.geysermc.cumulus.Forms
 
FormsInstanceHolder - Class in org.geysermc.cumulus.util
 
FormsInstanceHolder() - Constructor for class org.geysermc.cumulus.util.FormsInstanceHolder
 
FormType - Enum in org.geysermc.cumulus.util
 
fromJson(String, FormType) - Static method in class org.geysermc.cumulus.Forms
 

G

get(int) - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
get() - Static method in class org.geysermc.cumulus.util.FormsInstanceHolder
 
getButtons() - Method in interface org.geysermc.cumulus.SimpleForm
 
getByName(String) - Static method in enum org.geysermc.cumulus.util.ComponentType
 
getByName(String) - Static method in enum org.geysermc.cumulus.util.FormImage.Type
 
getByOrdinal(int) - Static method in enum org.geysermc.cumulus.util.FormType
 
getClickedButton() - Method in interface org.geysermc.cumulus.response.SimpleFormResponse
 
getClickedButtonId() - Method in interface org.geysermc.cumulus.response.ModalFormResponse
 
getClickedButtonId() - Method in interface org.geysermc.cumulus.response.SimpleFormResponse
 
getClickedButtonText() - Method in interface org.geysermc.cumulus.response.ModalFormResponse
 
getComponentImplFrom(ComponentType) - Method in class org.geysermc.cumulus.Forms
 
getComponentTypes() - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
getContent() - Method in interface org.geysermc.cumulus.SimpleForm
 
getData() - Method in interface org.geysermc.cumulus.util.FormImage
 
getDefaultOption() - Method in interface org.geysermc.cumulus.component.DropdownComponent
 
getDefaultStep() - Method in interface org.geysermc.cumulus.component.StepSliderComponent
 
getDefaultText() - Method in interface org.geysermc.cumulus.component.InputComponent
 
getDefaultValue() - Method in interface org.geysermc.cumulus.component.SliderComponent
 
getDefaultValue() - Method in interface org.geysermc.cumulus.component.ToggleComponent
 
getDropdown(int) - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
getFormImplFrom(FormType) - Method in class org.geysermc.cumulus.Forms
 
getFormsGson() - Method in class org.geysermc.cumulus.Forms
 
getGson() - Static method in class org.geysermc.cumulus.Forms
 
getImage() - Method in interface org.geysermc.cumulus.component.ButtonComponent
 
getInitializer() - Static method in class org.geysermc.cumulus.Forms
 
getInput(int) - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
getJsonData() - Method in interface org.geysermc.cumulus.Form
Returns the data that will be sent by Geyser to the Bedrock client
getMax() - Method in interface org.geysermc.cumulus.component.SliderComponent
 
getMin() - Method in interface org.geysermc.cumulus.component.SliderComponent
 
getName() - Method in enum org.geysermc.cumulus.util.ComponentType
 
getOptions() - Method in interface org.geysermc.cumulus.component.DropdownComponent
 
getPlaceholder() - Method in interface org.geysermc.cumulus.component.InputComponent
 
getResponseHandler() - Method in interface org.geysermc.cumulus.Form
Returns the handler that will be invoked once the form got a response from the Bedrock client
getResponses() - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
getResult() - Method in interface org.geysermc.cumulus.response.ModalFormResponse
 
getSlider(int) - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
getStep() - Method in interface org.geysermc.cumulus.component.SliderComponent
 
getSteps() - Method in interface org.geysermc.cumulus.component.StepSliderComponent
 
getStepSlide(int) - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
getText() - Method in interface org.geysermc.cumulus.component.ButtonComponent
 
getText() - Method in interface org.geysermc.cumulus.component.Component
 
getTitle() - Method in interface org.geysermc.cumulus.SimpleForm
 
getToggle(int) - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
getType() - Method in interface org.geysermc.cumulus.component.Component
 
getType() - Method in interface org.geysermc.cumulus.Form
Returns the form type of this specific instance.
getType() - Method in interface org.geysermc.cumulus.util.FormImage
 
getTypeInitializer() - Method in class org.geysermc.cumulus.Forms
 

H

hasNext() - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 

I

icon(FormImage.Type, String) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
iconPath(String) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
iconUrl(String) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
image(FormImage.Type, String) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
image(String, String) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
index(int) - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
input(String, String, String) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
input(String, String) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
input(String) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
input(String, String, String) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
input(String, String) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
input(String) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
InputComponent - Interface in org.geysermc.cumulus.component
 
isClosed(String) - Method in interface org.geysermc.cumulus.Form
Checks if the given data by the Bedrock client is saying that the client closed the form.
isClosed() - Method in interface org.geysermc.cumulus.response.FormResponse
 
isCorrect() - Method in interface org.geysermc.cumulus.response.FormResponse
 
isInvalid() - Method in interface org.geysermc.cumulus.response.FormResponse
 

L

label(String) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
label(String) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
LabelComponent - Interface in org.geysermc.cumulus.component
 

M

ModalForm - Interface in org.geysermc.cumulus
 
modalForm(String, String, String, String) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
ModalForm.Builder - Interface in org.geysermc.cumulus
 
modalFormBuilder() - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
ModalFormResponse - Interface in org.geysermc.cumulus.response
 

N

next(boolean) - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
next() - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 

O

of(String, FormImage) - Static method in interface org.geysermc.cumulus.component.ButtonComponent
 
of(String, FormImage.Type, String) - Static method in interface org.geysermc.cumulus.component.ButtonComponent
 
of(String) - Static method in interface org.geysermc.cumulus.component.ButtonComponent
 
of(String, List<String>, int) - Static method in interface org.geysermc.cumulus.component.DropdownComponent
 
of(String, String, String) - Static method in interface org.geysermc.cumulus.component.InputComponent
 
of(String, String) - Static method in interface org.geysermc.cumulus.component.InputComponent
 
of(String) - Static method in interface org.geysermc.cumulus.component.InputComponent
 
of(String) - Static method in interface org.geysermc.cumulus.component.LabelComponent
 
of(String, float, float, int, float) - Static method in interface org.geysermc.cumulus.component.SliderComponent
 
of(String, float, float, int) - Static method in interface org.geysermc.cumulus.component.SliderComponent
 
of(String, float, float, float) - Static method in interface org.geysermc.cumulus.component.SliderComponent
 
of(String, float, float) - Static method in interface org.geysermc.cumulus.component.SliderComponent
 
of(String, List<String>, int) - Static method in interface org.geysermc.cumulus.component.StepSliderComponent
 
of(String, int, String...) - Static method in interface org.geysermc.cumulus.component.StepSliderComponent
 
of(String, String...) - Static method in interface org.geysermc.cumulus.component.StepSliderComponent
 
of(String, boolean) - Static method in interface org.geysermc.cumulus.component.ToggleComponent
 
of(String) - Static method in interface org.geysermc.cumulus.component.ToggleComponent
 
of(String, FormImage, List<Component>) - Static method in interface org.geysermc.cumulus.CustomForm
 
of(String, String, String, String) - Static method in interface org.geysermc.cumulus.ModalForm
 
of(String, String, List<ButtonComponent>) - Static method in interface org.geysermc.cumulus.SimpleForm
 
of(FormImage.Type, String) - Static method in interface org.geysermc.cumulus.util.FormImage
 
of(String, String) - Static method in interface org.geysermc.cumulus.util.FormImage
 
option(String, boolean) - Method in interface org.geysermc.cumulus.component.DropdownComponent.Builder
 
option(String) - Method in interface org.geysermc.cumulus.component.DropdownComponent.Builder
 
org.geysermc.cumulus - package org.geysermc.cumulus
 
org.geysermc.cumulus.component - package org.geysermc.cumulus.component
 
org.geysermc.cumulus.response - package org.geysermc.cumulus.response
 
org.geysermc.cumulus.util - package org.geysermc.cumulus.util
 

P

parseResponse(String) - Method in interface org.geysermc.cumulus.CustomForm
 
parseResponse(String) - Method in interface org.geysermc.cumulus.Form
Parses the method into something provided by the form implementation, which will make the data given by the Bedrock client easier to handle.
parseResponse(String) - Method in interface org.geysermc.cumulus.ModalForm
 
parseResponse(String) - Method in interface org.geysermc.cumulus.SimpleForm
 

R

responseHandler(BiConsumer<F, String>) - Method in interface org.geysermc.cumulus.util.FormBuilder
 
responseHandler(Consumer<String>) - Method in interface org.geysermc.cumulus.util.FormBuilder
 

S

set(Forms) - Static method in class org.geysermc.cumulus.util.FormsInstanceHolder
 
setResponseHandler(Consumer<String>) - Method in interface org.geysermc.cumulus.Form
Sets the handler that will be invoked once the form got a response from the Bedrock client.
SimpleForm - Interface in org.geysermc.cumulus
 
simpleForm(String, String, List<ButtonComponent>) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
SimpleForm.Builder - Interface in org.geysermc.cumulus
 
simpleFormBuilder() - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
SimpleFormResponse - Interface in org.geysermc.cumulus.response
 
skip(int) - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
skip() - Method in interface org.geysermc.cumulus.response.CustomFormResponse
 
slider(String, float, float, int, float) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
slider(String, float, float, int) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
slider(String, float, float, float) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
slider(String, float, float) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
slider(String, float, float, int, float) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
slider(String, float, float, int) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
slider(String, float, float, float) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
slider(String, float, float) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
SliderComponent - Interface in org.geysermc.cumulus.component
 
step(String, boolean) - Method in interface org.geysermc.cumulus.component.StepSliderComponent.Builder
 
step(String) - Method in interface org.geysermc.cumulus.component.StepSliderComponent.Builder
 
stepSlider(StepSliderComponent.Builder) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
stepSlider(String, int, String...) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
stepSlider(String, String...) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
stepSlider(String, List<String>, int) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
stepSlider(String, int, String...) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
stepSlider(String, String...) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
stepSliderBuilder() - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
StepSliderComponent - Interface in org.geysermc.cumulus.component
 
StepSliderComponent.Builder - Interface in org.geysermc.cumulus.component
 

T

text(String) - Method in interface org.geysermc.cumulus.component.DropdownComponent.Builder
 
text(String) - Method in interface org.geysermc.cumulus.component.StepSliderComponent.Builder
 
title(String) - Method in interface org.geysermc.cumulus.util.FormBuilder
 
toggle(String, boolean) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
toggle(String) - Method in interface org.geysermc.cumulus.CustomForm.Builder
 
toggle(String, boolean) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
toggle(String) - Method in interface org.geysermc.cumulus.util.TypeInitializer
 
ToggleComponent - Interface in org.geysermc.cumulus.component
 
translateAndBuild(Function<String, String>) - Method in interface org.geysermc.cumulus.component.DropdownComponent.Builder
 
translateAndBuild(Function<String, String>) - Method in interface org.geysermc.cumulus.component.StepSliderComponent.Builder
 
translator(BiFunction<String, String, String>, String) - Method in interface org.geysermc.cumulus.util.FormBuilder
 
translator(BiFunction<String, String, String>) - Method in interface org.geysermc.cumulus.util.FormBuilder
 
TypeInitializer - Interface in org.geysermc.cumulus.util
 

V

valueOf(String) - Static method in enum org.geysermc.cumulus.util.ComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geysermc.cumulus.util.FormImage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geysermc.cumulus.util.FormType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.geysermc.cumulus.util.ComponentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geysermc.cumulus.util.FormImage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geysermc.cumulus.util.FormType
Returns an array containing the constants of this enum type, in the order they are declared.
B C D F G H I L M N O P R S T V 
Skip navigation links

Copyright © 2020 GeyserMC. All rights reserved.