Update to Minecraft 1.13-pre7

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2018-07-15 10:00:00 +10:00
parent debc7172fd
commit 767e4f6ccf
199 changed files with 8301 additions and 3637 deletions

View File

@@ -9,7 +9,7 @@ import org.bukkit.block.BlockFace;
public class Furnace extends FurnaceAndDispenser {
public Furnace() {
super(Material.FURNACE);
super(Material.LEGACY_FURNACE);
}
/**
@@ -22,29 +22,10 @@ public class Furnace extends FurnaceAndDispenser {
setFacingDirection(direction);
}
/**
* @param type the raw type id
* @deprecated Magic value
*/
@Deprecated
public Furnace(final int type) {
super(type);
}
public Furnace(final Material type) {
super(type);
}
/**
* @param type the raw type id
* @param data the raw data value
* @deprecated Magic value
*/
@Deprecated
public Furnace(final int type, final byte data) {
super(type, data);
}
/**
* @param type the type
* @param data the raw data value