mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Clean up the javadoc to pass java 8's doclint
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
@@ -14,7 +14,7 @@ public class Banner extends MaterialData implements Attachable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -24,6 +24,8 @@ public class Banner extends MaterialData implements Attachable {
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -31,8 +33,9 @@ public class Banner extends MaterialData implements Attachable {
|
||||
super(type, data);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
/** *
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -27,6 +27,7 @@ public class Bed extends MaterialData implements Directional {
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -39,7 +40,8 @@ public class Bed extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -48,7 +50,8 @@ public class Bed extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -12,7 +12,7 @@ public class Button extends SimpleAttachableMaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -25,7 +25,8 @@ public class Button extends SimpleAttachableMaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -34,7 +35,8 @@ public class Button extends SimpleAttachableMaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -8,7 +8,7 @@ public class Cake extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -21,7 +21,8 @@ public class Cake extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +31,8 @@ public class Cake extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -15,6 +15,8 @@ public class Cauldron extends MaterialData {
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -24,6 +26,7 @@ public class Cauldron extends MaterialData {
|
||||
|
||||
/**
|
||||
*
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -23,7 +23,7 @@ public class Chest extends DirectionalContainer {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -36,7 +36,8 @@ public class Chest extends DirectionalContainer {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -45,7 +46,8 @@ public class Chest extends DirectionalContainer {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -17,7 +17,7 @@ public class Coal extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +30,8 @@ public class Coal extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -39,7 +40,8 @@ public class Coal extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -19,7 +19,7 @@ public class CocoaPlant extends MaterialData implements Directional, Attachable
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -28,7 +28,8 @@ public class CocoaPlant extends MaterialData implements Directional, Attachable
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -11,7 +11,7 @@ public class Command extends MaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -24,7 +24,8 @@ public class Command extends MaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -33,7 +34,8 @@ public class Command extends MaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -17,7 +17,7 @@ public class Crops extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +30,8 @@ public class Crops extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -39,7 +40,8 @@ public class Crops extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -11,7 +11,7 @@ public class DetectorRail extends ExtendedRails implements PressureSensor {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -24,7 +24,8 @@ public class DetectorRail extends ExtendedRails implements PressureSensor {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -33,7 +34,8 @@ public class DetectorRail extends ExtendedRails implements PressureSensor {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -9,7 +9,7 @@ public class Diode extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -22,7 +22,8 @@ public class Diode extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -31,7 +32,8 @@ public class Diode extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -8,7 +8,7 @@ import org.bukkit.block.BlockFace;
|
||||
*/
|
||||
public class DirectionalContainer extends MaterialData implements Directional {
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -21,7 +21,8 @@ public class DirectionalContainer extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +31,8 @@ public class DirectionalContainer extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -18,7 +18,7 @@ public class Dispenser extends FurnaceAndDispenser {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -31,7 +31,8 @@ public class Dispenser extends FurnaceAndDispenser {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -40,7 +41,8 @@ public class Dispenser extends FurnaceAndDispenser {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -15,7 +15,7 @@ public class Door extends MaterialData implements Directional, Openable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -28,7 +28,8 @@ public class Door extends MaterialData implements Directional, Openable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -37,7 +38,8 @@ public class Door extends MaterialData implements Directional, Openable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -12,7 +12,7 @@ public class Dye extends MaterialData implements Colorable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -25,7 +25,8 @@ public class Dye extends MaterialData implements Colorable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -34,7 +35,8 @@ public class Dye extends MaterialData implements Colorable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -23,7 +23,7 @@ public class EnderChest extends DirectionalContainer {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -36,7 +36,8 @@ public class EnderChest extends DirectionalContainer {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -45,7 +46,8 @@ public class EnderChest extends DirectionalContainer {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -9,7 +9,7 @@ import org.bukkit.block.BlockFace;
|
||||
*/
|
||||
public class ExtendedRails extends Rails {
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -22,7 +22,8 @@ public class ExtendedRails extends Rails {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -31,7 +32,8 @@ public class ExtendedRails extends Rails {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -17,7 +17,7 @@ public class FlowerPot extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +30,8 @@ public class FlowerPot extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -39,7 +40,8 @@ public class FlowerPot extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -23,7 +23,7 @@ public class Furnace extends FurnaceAndDispenser {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -36,7 +36,8 @@ public class Furnace extends FurnaceAndDispenser {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -45,7 +46,8 @@ public class Furnace extends FurnaceAndDispenser {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -8,7 +8,7 @@ import org.bukkit.Material;
|
||||
public class FurnaceAndDispenser extends DirectionalContainer {
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -21,7 +21,8 @@ public class FurnaceAndDispenser extends DirectionalContainer {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +31,8 @@ public class FurnaceAndDispenser extends DirectionalContainer {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -12,7 +12,7 @@ public class Ladder extends SimpleAttachableMaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -25,7 +25,8 @@ public class Ladder extends SimpleAttachableMaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -34,7 +35,8 @@ public class Ladder extends SimpleAttachableMaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -17,7 +17,7 @@ public class Leaves extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +30,8 @@ public class Leaves extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -39,7 +40,8 @@ public class Leaves extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -12,7 +12,7 @@ public class Lever extends SimpleAttachableMaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -25,7 +25,8 @@ public class Lever extends SimpleAttachableMaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -34,7 +35,8 @@ public class Lever extends SimpleAttachableMaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -17,7 +17,7 @@ public class LongGrass extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +30,8 @@ public class LongGrass extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -39,7 +40,8 @@ public class LongGrass extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -11,7 +11,7 @@ public class MaterialData implements Cloneable {
|
||||
private byte data = 0;
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -24,7 +24,8 @@ public class MaterialData implements Cloneable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -34,7 +35,8 @@ public class MaterialData implements Cloneable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -22,7 +22,7 @@ public class MonsterEggs extends TexturedMaterial {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -38,7 +38,8 @@ public class MonsterEggs extends TexturedMaterial {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -47,7 +48,8 @@ public class MonsterEggs extends TexturedMaterial {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -27,7 +27,8 @@ public class Mushroom extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param shroom the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -37,7 +38,8 @@ public class Mushroom extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -17,7 +17,7 @@ public class NetherWarts extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +30,8 @@ public class NetherWarts extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -39,7 +40,8 @@ public class NetherWarts extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -7,8 +7,11 @@ import org.bukkit.block.BlockFace;
|
||||
* Material data for the piston base block
|
||||
*/
|
||||
public class PistonBaseMaterial extends MaterialData implements Directional, Redstone {
|
||||
|
||||
/**
|
||||
*
|
||||
* Constructs a PistonBaseMaterial
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -21,7 +24,10 @@ public class PistonBaseMaterial extends MaterialData implements Directional, Red
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Constructs a PistonBaseMaterial.
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +36,10 @@ public class PistonBaseMaterial extends MaterialData implements Directional, Red
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Constructs a PistonBaseMaterial.
|
||||
*
|
||||
* @param type the material type to use
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -38,6 +47,7 @@ public class PistonBaseMaterial extends MaterialData implements Directional, Red
|
||||
super(type, data);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setFacingDirection(BlockFace face) {
|
||||
byte data = (byte) (getData() & 0x8);
|
||||
|
||||
@@ -61,6 +71,7 @@ public class PistonBaseMaterial extends MaterialData implements Directional, Red
|
||||
setData(data);
|
||||
}
|
||||
|
||||
@Override
|
||||
public BlockFace getFacing() {
|
||||
byte dir = (byte) (getData() & 7);
|
||||
|
||||
@@ -82,6 +93,7 @@ public class PistonBaseMaterial extends MaterialData implements Directional, Red
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isPowered() {
|
||||
return (getData() & 0x8) == 0x8;
|
||||
}
|
||||
@@ -89,7 +101,7 @@ public class PistonBaseMaterial extends MaterialData implements Directional, Red
|
||||
/**
|
||||
* Sets the current state of this piston
|
||||
*
|
||||
* @param powered true if the piston is extended & powered, or false
|
||||
* @param powered true if the piston is extended {@literal &} powered, or false
|
||||
*/
|
||||
public void setPowered(boolean powered) {
|
||||
setData((byte) (powered ? (getData() | 0x8) : (getData() & ~0x8)));
|
||||
|
@@ -8,7 +8,7 @@ import org.bukkit.block.BlockFace;
|
||||
*/
|
||||
public class PistonExtensionMaterial extends MaterialData implements Attachable {
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -21,7 +21,8 @@ public class PistonExtensionMaterial extends MaterialData implements Attachable
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +31,8 @@ public class PistonExtensionMaterial extends MaterialData implements Attachable
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -11,7 +11,7 @@ public class PoweredRail extends ExtendedRails implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -24,7 +24,8 @@ public class PoweredRail extends ExtendedRails implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -33,7 +34,8 @@ public class PoweredRail extends ExtendedRails implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -11,7 +11,7 @@ public class PressurePlate extends MaterialData implements PressureSensor {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -24,7 +24,8 @@ public class PressurePlate extends MaterialData implements PressureSensor {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -33,7 +34,8 @@ public class PressurePlate extends MaterialData implements PressureSensor {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -23,7 +23,7 @@ public class Pumpkin extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -36,7 +36,8 @@ public class Pumpkin extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -45,7 +46,8 @@ public class Pumpkin extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -13,7 +13,7 @@ public class Rails extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -26,7 +26,8 @@ public class Rails extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -35,7 +36,8 @@ public class Rails extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -11,7 +11,7 @@ public class RedstoneTorch extends Torch implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -24,7 +24,8 @@ public class RedstoneTorch extends Torch implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -33,7 +34,8 @@ public class RedstoneTorch extends Torch implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -11,7 +11,7 @@ public class RedstoneWire extends MaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -24,7 +24,8 @@ public class RedstoneWire extends MaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -33,7 +34,8 @@ public class RedstoneWire extends MaterialData implements Redstone {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -17,7 +17,7 @@ public class Sandstone extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +30,8 @@ public class Sandstone extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -39,7 +40,8 @@ public class Sandstone extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -12,7 +12,7 @@ public class Sign extends MaterialData implements Attachable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -25,7 +25,8 @@ public class Sign extends MaterialData implements Attachable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -34,7 +35,8 @@ public class Sign extends MaterialData implements Attachable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -9,7 +9,7 @@ import org.bukkit.block.BlockFace;
|
||||
public abstract class SimpleAttachableMaterialData extends MaterialData implements Attachable {
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -32,7 +32,8 @@ public abstract class SimpleAttachableMaterialData extends MaterialData implemen
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -41,7 +42,8 @@ public abstract class SimpleAttachableMaterialData extends MaterialData implemen
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -22,7 +22,7 @@ public class Skull extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -35,7 +35,8 @@ public class Skull extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -44,7 +45,8 @@ public class Skull extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -23,7 +23,7 @@ public class SmoothBrick extends TexturedMaterial {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -39,7 +39,8 @@ public class SmoothBrick extends TexturedMaterial {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -48,7 +49,8 @@ public class SmoothBrick extends TexturedMaterial {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -13,7 +13,8 @@ public class SpawnEgg extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -22,7 +23,7 @@ public class SpawnEgg extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -9,7 +9,7 @@ import org.bukkit.block.BlockFace;
|
||||
public class Stairs extends MaterialData implements Directional {
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -22,7 +22,8 @@ public class Stairs extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -31,7 +32,8 @@ public class Stairs extends MaterialData implements Directional {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -26,7 +26,7 @@ public class Step extends TexturedMaterial {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -42,7 +42,8 @@ public class Step extends TexturedMaterial {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -51,7 +52,8 @@ public class Step extends TexturedMaterial {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -14,7 +14,7 @@ public abstract class TexturedMaterial extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -23,7 +23,8 @@ public abstract class TexturedMaterial extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -32,7 +33,8 @@ public abstract class TexturedMaterial extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -12,7 +12,7 @@ public class Torch extends SimpleAttachableMaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -25,7 +25,8 @@ public class Torch extends SimpleAttachableMaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -34,7 +35,8 @@ public class Torch extends SimpleAttachableMaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -12,7 +12,7 @@ public class TrapDoor extends SimpleAttachableMaterialData implements Openable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -25,7 +25,8 @@ public class TrapDoor extends SimpleAttachableMaterialData implements Openable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -34,7 +35,8 @@ public class TrapDoor extends SimpleAttachableMaterialData implements Openable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -24,7 +24,7 @@ public class Tree extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -37,7 +37,8 @@ public class Tree extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -46,7 +47,8 @@ public class Tree extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -12,7 +12,7 @@ public class Tripwire extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -21,7 +21,8 @@ public class Tripwire extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -13,7 +13,7 @@ public class TripwireHook extends SimpleAttachableMaterialData implements Redsto
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -22,7 +22,8 @@ public class TripwireHook extends SimpleAttachableMaterialData implements Redsto
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -21,7 +21,8 @@ public class Vine extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +31,7 @@ public class Vine extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -13,7 +13,7 @@ public class WoodenStep extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -33,7 +33,8 @@ public class WoodenStep extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -42,7 +43,8 @@ public class WoodenStep extends MaterialData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
@@ -17,7 +17,7 @@ public class Wool extends MaterialData implements Colorable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -30,7 +30,8 @@ public class Wool extends MaterialData implements Colorable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the raw type id
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@@ -39,7 +40,8 @@ public class Wool extends MaterialData implements Colorable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param type the type
|
||||
* @param data the raw data value
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
|
Reference in New Issue
Block a user