mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
Changed documentation for RegainReason.REGEN ENUM to reflect latest code.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@ public class EntityRegainHealthEvent extends EntityEvent implements Cancellable
|
|||||||
public enum RegainReason {
|
public enum RegainReason {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* When a player regains health from regenerating due to Peaceful mode (spawn-monsters=false)
|
* When a player regains health from regenerating due to Peaceful mode (difficulty=0)
|
||||||
*/
|
*/
|
||||||
REGEN,
|
REGEN,
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user