public abstract class Forms extends Object
| Constructor and Description |
|---|
Forms() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Form> |
fromJson(String json,
FormType formType) |
abstract Class<? extends Component> |
getComponentImplFrom(ComponentType componentType) |
abstract Class<? extends Form> |
getFormImplFrom(FormType formType) |
abstract com.google.gson.Gson |
getFormsGson() |
static com.google.gson.Gson |
getGson() |
static TypeInitializer |
getInitializer() |
abstract TypeInitializer |
getTypeInitializer() |
public static com.google.gson.Gson getGson()
public static TypeInitializer getInitializer()
public abstract com.google.gson.Gson getFormsGson()
public abstract Class<? extends Component> getComponentImplFrom(ComponentType componentType)
public abstract TypeInitializer getTypeInitializer()
Copyright © 2020 GeyserMC. All rights reserved.