Removed deprecated methods.
getNote() that returns a byte has been replaced by getRawNote(). teleportTo(Location) has been replaced by teleport(location). teleportTo(Entity) has been replaced by teleport(Entity). SnowForm event has been replaced by BlockForm event.
This commit is contained in:
@@ -380,12 +380,6 @@ public abstract class Event implements Serializable {
|
||||
* @see org.bukkit.event.block.BlockBreakEvent
|
||||
*/
|
||||
BLOCK_BREAK (Category.BLOCK),
|
||||
/**
|
||||
* Called when world attempts to place a snow block during a snowfall
|
||||
*
|
||||
* @see org.bukkit.event.block.SnowFormEvent
|
||||
*/
|
||||
SNOW_FORM (Category.BLOCK),
|
||||
/**
|
||||
* Called when a block is formed based on world conditions
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user