@@ -57,8 +57,8 @@ public class CauldronLevelChangeEvent extends BlockEvent implements Cancellable
|
||||
* Gets the old level of the cauldron.
|
||||
*
|
||||
* @return old level
|
||||
* @deprecated not all cauldron contents are Levelled
|
||||
* @see #getBlock()
|
||||
* @deprecated not all cauldron contents are Levelled
|
||||
*/
|
||||
@Deprecated
|
||||
public int getOldLevel() {
|
||||
@@ -70,8 +70,8 @@ public class CauldronLevelChangeEvent extends BlockEvent implements Cancellable
|
||||
* Gets the new level of the cauldron.
|
||||
*
|
||||
* @return new level
|
||||
* @deprecated not all cauldron contents are Levelled
|
||||
* @see #getNewState()
|
||||
* @deprecated not all cauldron contents are Levelled
|
||||
*/
|
||||
@Deprecated
|
||||
public int getNewLevel() {
|
||||
@@ -83,8 +83,8 @@ public class CauldronLevelChangeEvent extends BlockEvent implements Cancellable
|
||||
* Sets the new level of the cauldron.
|
||||
*
|
||||
* @param newLevel new level
|
||||
* @deprecated not all cauldron contents are Levelled
|
||||
* @see #getNewState()
|
||||
* @deprecated not all cauldron contents are Levelled
|
||||
*/
|
||||
@Deprecated
|
||||
public void setNewLevel(int newLevel) {
|
||||
|
||||
Reference in New Issue
Block a user