@@ -68,15 +68,6 @@ public class MeteorRoundedGuiTheme extends GuiTheme {
|
|||||||
.build()
|
.build()
|
||||||
);
|
);
|
||||||
|
|
||||||
public final Setting<Integer> blur = sgGeneral.add(new IntSetting.Builder()
|
|
||||||
.name("blur")
|
|
||||||
.description("How much blur to apply behind the GUI.")
|
|
||||||
.defaultValue(0)
|
|
||||||
.min(0)
|
|
||||||
.sliderMax(6)
|
|
||||||
.build()
|
|
||||||
);
|
|
||||||
|
|
||||||
public final Setting<Boolean> hideHUD = sgGeneral.add(new BoolSetting.Builder()
|
public final Setting<Boolean> hideHUD = sgGeneral.add(new BoolSetting.Builder()
|
||||||
.name("hide-HUD")
|
.name("hide-HUD")
|
||||||
.description("Hide HUD when in GUI.")
|
.description("Hide HUD when in GUI.")
|
||||||
@@ -307,11 +298,6 @@ public class MeteorRoundedGuiTheme extends GuiTheme {
|
|||||||
return categoryIcons.get();
|
return categoryIcons.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public int blur() {
|
|
||||||
return blur.get();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean hideHUD() {
|
public boolean hideHUD() {
|
||||||
return hideHUD.get();
|
return hideHUD.get();
|
||||||
|
|||||||
Reference in New Issue
Block a user