Skip to content

Commit

Permalink
chore: add getter for world in WorldEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Oct 28, 2024
1 parent 927bbef commit 0114e0b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
package org.allaymc.api.eventbus.event.world;

import lombok.AllArgsConstructor;
import lombok.Getter;
import org.allaymc.api.eventbus.event.Event;
import org.allaymc.api.world.World;

/**
* @author daoge_cmd
*/
@Getter
@AllArgsConstructor
public abstract class WorldEvent extends Event {
protected World world;
Expand Down

0 comments on commit 0114e0b

Please sign in to comment.