Small javadoc cleanup

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-10-10 21:58:44 +01:00
parent 96063a2b4d
commit 429eb80d6e
46 changed files with 1 additions and 140 deletions

View File

@@ -2,7 +2,5 @@ package org.bukkit.block;
/**
* Represents a chest.
*
* @author sk89q
*/
public interface Chest extends BlockState, ContainerBlock {}

View File

@@ -4,8 +4,6 @@ import org.bukkit.inventory.Inventory;
/**
* Indicates a block type that has inventory.
*
* @author sk89q
*/
public interface ContainerBlock {

View File

@@ -4,9 +4,6 @@ import org.bukkit.entity.CreatureType;
/**
* Represents a creature spawner.
*
* @author sk89q
* @author Cogito
*/
public interface CreatureSpawner extends BlockState {

View File

@@ -2,8 +2,6 @@ package org.bukkit.block;
/**
* Represents a dispenser.
*
* @author sk89q
*/
public interface Dispenser extends BlockState, ContainerBlock {

View File

@@ -2,8 +2,6 @@ package org.bukkit.block;
/**
* Represents a furnace.
*
* @author sk89q
*/
public interface Furnace extends BlockState, ContainerBlock {