public class ReceivedModListEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
modIds
A string array with all the modids that were detected by Forge
|
net.minecraft.entity.player.EntityPlayerMP |
player
The
EntityPlayerMP representing the player logging in |
| Constructor and Description |
|---|
ReceivedModListEvent(net.minecraft.entity.player.EntityPlayerMP player,
java.lang.String[] modIds) |