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:
@@ -30,12 +30,6 @@ repositories {
|
||||
// PAPI
|
||||
maven { url 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
|
||||
|
||||
// plan
|
||||
maven {
|
||||
name 'bintray'
|
||||
url 'https://dl.bintray.com/rsl1122/Plan-repository'
|
||||
}
|
||||
|
||||
// MythicMobs
|
||||
maven { url 'https://mvn.lumine.io/repository/maven-public/' }
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user