mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
[ci skip] Add more identifying patch comments
This commit is contained in:
@@ -12,7 +12,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
*/
|
||||
boolean isFrozen();
|
||||
|
||||
+ // Paper Start - Freeze Tick Lock API
|
||||
+ // Paper start - Freeze Tick Lock API
|
||||
+ /**
|
||||
+ * Gets if the entity currently has its freeze ticks locked
|
||||
+ * to a set amount.
|
||||
@@ -30,7 +30,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ * @param locked prevent vanilla modification or not
|
||||
+ */
|
||||
+ void lockFreezeTicks(boolean locked);
|
||||
+ // Paper End - Freeze Tick Lock API
|
||||
+ // Paper end - Freeze Tick Lock API
|
||||
+
|
||||
/**
|
||||
* Mark the entity's removal.
|
||||
|
Reference in New Issue
Block a user