mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 18:45:34 +01:00
Deprecate BlockUtils and BlockUtilsModern classes
This commit is contained in:
parent
eb76ba47ee
commit
9361fad0bf
@ -20,6 +20,10 @@ import java.util.Set;
|
|||||||
import java.util.logging.Level;
|
import java.util.logging.Level;
|
||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated This class will be removed in the future and replaced with a more maintainable system.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
public class BlockUtils {
|
public class BlockUtils {
|
||||||
protected static final Set<Material> DOORS;
|
protected static final Set<Material> DOORS;
|
||||||
protected static final Set<Material> PRESSURE_PLATES;
|
protected static final Set<Material> PRESSURE_PLATES;
|
||||||
|
@ -22,6 +22,10 @@ import java.lang.reflect.Method;
|
|||||||
import java.util.logging.Level;
|
import java.util.logging.Level;
|
||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated This class will be removed in the future and replaced with a more maintainable system.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
public class BlockUtilsModern {
|
public class BlockUtilsModern {
|
||||||
protected static void _updatePressurePlateModern(Block plate, int power) {
|
protected static void _updatePressurePlateModern(Block plate, int power) {
|
||||||
BlockData blockData = plate.getBlockData();
|
BlockData blockData = plate.getBlockData();
|
||||||
|
Loading…
Reference in New Issue
Block a user