mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
#727: Fix typo in StriderTemperatureChangeEvent javadocs
This commit is contained in:
parent
8d8180320a
commit
9dcee1dc4c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when a {@link Strider}'s temperature has changed as a result of
|
* Called when a {@link Strider}'s temperature has changed as a result of
|
||||||
* entering or existing blocks it considers warm.
|
* entering or exiting blocks it considers warm.
|
||||||
*/
|
*/
|
||||||
public class StriderTemperatureChangeEvent extends EntityEvent implements Cancellable {
|
public class StriderTemperatureChangeEvent extends EntityEvent implements Cancellable {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue