Small tweaks

master
Aleksey-Terzi 2016-06-13 16:53:42 +03:00
parent 2f5e04d6db
commit 10de4df844
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ import org.bukkit.entity.Player;
import com.lishid.orebfuscator.types.BlockState;
@SuppressWarnings("deprecation")
public class DeprecatedMethods {
public static boolean applyPhysics(Block block) {
// See net.minecraft.server.v1_4_5.BlockSand.canFall(World world, int i, int j, int k)

View File

@ -18,7 +18,6 @@ package com.lishid.orebfuscator;
import java.util.logging.Logger;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;