Class PlayerModInfoEventImpl
- java.lang.Object
-
- com.velocitypowered.api.event.player.PlayerModInfoEventImpl
-
- All Implemented Interfaces:
Event,PlayerModInfoEvent
public final class PlayerModInfoEventImpl extends Object implements PlayerModInfoEvent
-
-
Constructor Summary
Constructors Constructor Description PlayerModInfoEventImpl(Player player, ModInfo modInfo)
-
-
-
Method Detail
-
player
public Player player()
- Specified by:
playerin interfacePlayerModInfoEvent
-
modInfo
public ModInfo modInfo()
- Specified by:
modInfoin interfacePlayerModInfoEvent
-
-