Fix whitespace [skip actions]

This commit is contained in:
github-actions
2022-08-21 11:33:54 +00:00
parent a746d11b6f
commit c517b8a2c9
919 changed files with 754457 additions and 3136 deletions

View File

@@ -17,4 +17,4 @@ public final class EntityDeathEvent extends EntityEvent {
this.deathLocation = new Location(entity.getScene(), entity.getPosition());
this.killer = entity.getScene().getEntityById(killerId);
}
}
}

View File

@@ -43,4 +43,4 @@ public final class PlayerMoveEvent extends PlayerEvent {
*/
SERVER
}
}
}

View File

@@ -17,4 +17,4 @@ public final class PlayerTeamDeathEvent extends PlayerEvent {
this.selectedAvatar = selectedAvatar;
}
}
}

View File

@@ -60,4 +60,4 @@ public final class PlayerTeleportEvent extends PlayerEvent implements Cancellabl
*/
COMMAND
}
}
}

View File

@@ -21,4 +21,4 @@ public final class PlayerUseFoodEvent extends PlayerEvent implements Cancellable
this.foodUsed = foodUsed;
this.selectedAvatar = selectedAvatar;
}
}
}