-
Автор темы
- #1
Проблема в том что я не могу сделать текстовую настройку для функций в ClickGUI
(ну не закидывайте говном пж)
SS в clickgui:
Обьясните пжж как сделать, и даже не спрашивайте почему я импортировал эти библиотеки
(ну не закидывайте говном пж)
Java:
package fun.wissend.features.impl.util;
import fun.wissend.events.Event;
import fun.wissend.features.Category;
import fun.wissend.features.FeatureInfo;
import fun.wissend.features.settings.impl.TextSetting;
import fun.wissend.features.Feature;
@FeatureInfo(name = "Custom Player UID", type = Category.Util)
public class CustomPlayerUID extends Feature {
private final TextSetting abemengames_player_uid = new TextSetting("Custom Player UID: ", SharedData.abemengames_player_UID);
// Implement all methods declared in the Feature interface
@Override
public void someMethod() {
}
@Override
public void onEvent(Event event) {
}
}
Обьясните пжж как сделать, и даже не спрашивайте почему я импортировал эти библиотеки