mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
#727: Fix typo in StriderTemperatureChangeEvent javadocs
By: Ollie <69084614+olijeffers0n@users.noreply.github.com>
This commit is contained in:
parent
91ffd11c33
commit
6173d64a2e
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
|
||||
* entering or existing blocks it considers warm.
|
||||
* entering or exiting blocks it considers warm.
|
||||
*/
|
||||
public class StriderTemperatureChangeEvent extends EntityEvent implements Cancellable {
|
||||
|
||||
|
|
Loading…
Reference in a new issue