mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 16:12:18 -07:00
@@ -37,6 +37,22 @@ public interface Creeper extends Monster {
|
|||||||
*/
|
*/
|
||||||
public int getMaxFuseTicks();
|
public int getMaxFuseTicks();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the fuse ticks for this Creeper, where the ticks is the amount of
|
||||||
|
* time in which a creeper has been in the primed state.
|
||||||
|
*
|
||||||
|
* @param ticks the new fuse ticks
|
||||||
|
*/
|
||||||
|
public void setFuseTicks(int ticks);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the maximum fuse ticks for this Creeper, where the ticks is the
|
||||||
|
* amount of time in which a creeper has been in the primed state.
|
||||||
|
*
|
||||||
|
* @return the fuse ticks
|
||||||
|
*/
|
||||||
|
public int getFuseTicks();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the explosion radius in which this Creeper's explosion will affect.
|
* Set the explosion radius in which this Creeper's explosion will affect.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user