Skip to content

Commit

Permalink
style: Reformat @Shadow annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Oct 2, 2023
1 parent 419be65 commit 242002e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public abstract class ServerWorldMixin extends World {
@Final
private boolean shouldTickTime;

@Shadow public abstract List<ServerPlayerEntity> getPlayers();
@Shadow
public abstract List<ServerPlayerEntity> getPlayers();

protected ServerWorldMixin(MutableWorldProperties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> registryEntry, Supplier<Profiler> profiler, boolean isClient, boolean debugWorld, long seed, int maxChainedNeighborUpdates) {
super(properties, registryRef, registryEntry, profiler, isClient, debugWorld, seed, maxChainedNeighborUpdates);
Expand Down

0 comments on commit 242002e

Please sign in to comment.