mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-19 05:31:32 +01:00
SPIGOT-1849: Call EntityBlockFormEvent when an entity forms frosted ice using frost walker
By: Matthew <stteg@hotmail.com>
This commit is contained in:
parent
8c8383109a
commit
b60d39b0c1
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ import org.bukkit.entity.Entity;
|
||||||
* Examples:
|
* Examples:
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>Snow formed by a {@link org.bukkit.entity.Snowman}.
|
* <li>Snow formed by a {@link org.bukkit.entity.Snowman}.
|
||||||
|
* <li>Frosted Ice formed by the Frost Walker enchantment.
|
||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public class EntityBlockFormEvent extends BlockFormEvent {
|
public class EntityBlockFormEvent extends BlockFormEvent {
|
||||||
|
|
Loading…
Add table
Reference in a new issue