9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2026-01-04 15:31:38 +00:00

Update AnvilGUI to 1.5.1-SNAPSHOT

This commit is contained in:
SamB440
2021-06-16 19:07:09 +01:00
parent 478a380161
commit 0c736b13a7
8 changed files with 13 additions and 19 deletions

View File

@@ -36,6 +36,10 @@ import java.io.IOException;
import java.util.Random;
import java.util.concurrent.ThreadLocalRandom;
/**
* @deprecated this entire thing needs replacing
*/
@Deprecated
public class RegenUtils {
public static boolean regenerate(ConfiguredRegion region) {

View File

@@ -45,6 +45,7 @@ import java.util.regex.Pattern;
* @see Material
* @see ItemStack
*/
@Deprecated
public enum XMaterial {
ACACIA_BOAT("BOAT_ACACIA"),
ACACIA_BUTTON("WOOD_BUTTON"),

View File

@@ -47,6 +47,7 @@ import java.util.regex.Pattern;
* @version 3.0.0
* @see Sound
*/
@Deprecated
public enum XSound {
AMBIENT_CAVE("AMBIENCE_CAVE"),
AMBIENT_UNDERWATER_ENTER,