Add interface for spawning FallingBlocks and correctly spawn a FallingBlock with the spawn(Location, FallingBlock.class) method. Adds BUKKIT-2282
Also add FallingBlock and methods. Deprecated FallingSand to emphasize FallingBlock. By: feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -2,5 +2,8 @@ package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents a falling block.
|
||||
*
|
||||
* @deprecated See {@link FallingBlock}
|
||||
*/
|
||||
public interface FallingSand extends Entity {}
|
||||
@Deprecated
|
||||
public interface FallingSand extends FallingBlock {}
|
||||
|
||||
Reference in New Issue
Block a user