#727: Fix typo in StriderTemperatureChangeEvent javadocs

This commit is contained in:
Ollie 2022-02-17 08:08:57 +11:00 committed by md_5
parent 8d8180320a
commit 9dcee1dc4c
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -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 {