Make changes based on PR comments

This commit is contained in:
Alex Thomson
2018-10-11 10:41:40 +13:00
parent c5a27bb135
commit 245828e337
3 changed files with 28 additions and 15 deletions

View File

@@ -4,6 +4,9 @@ import com.google.common.base.Preconditions;
import com.velocitypowered.api.proxy.Player;
import com.velocitypowered.api.util.ModInfo;
/**
* This event is fired when the players ModInfo is changed.
*/
public final class PlayerModInfoEvent {
private final Player player;
private final ModInfo modInfo;