Proper reason for Overwrite annotation usages

This commit is contained in:
FlorianMichael 2023-12-11 21:31:53 +01:00
parent a47cad4d54
commit 513ba5bfc3
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -70,7 +70,7 @@ public abstract class MixinClientWorld extends World {
/**
* @author RK_01
* @reason ProtocolHack
* @reason Versions <= 1.8.x and >= 1.17 always tick entities, even if they are not in a loaded chunk.
*/
@Overwrite
public void tickEntity(Entity entity) {
@ -93,7 +93,7 @@ public abstract class MixinClientWorld extends World {
/**
* @author RK_01
* @reason ProtocolHack
* @reason Versions <= 1.8.x and >= 1.17 always tick entities, even if they are not in a loaded chunk.
*/
@Overwrite
private void tickPassenger(Entity entity, Entity passenger) {