Class PokemonSlot.RaidState
java.lang.Object
com.pixelmonmod.api.client.screen.widget.state.SelectableState
com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- All Implemented Interfaces:
CustomState
- Enclosing class:
- PokemonSlot
-
Field Summary
Fields inherited from interface com.pixelmonmod.api.client.screen.widget.state.CustomState
NONE
-
Method Summary
Modifier and TypeMethodDescriptionstatic PokemonSlot.RaidState
create()
int
index()
index
(int index) net.minecraft.client.multiplayer.PlayerInfo
info()
info
(net.minecraft.client.multiplayer.PlayerInfo info) boolean
boolean
isPlayer
(net.minecraft.world.entity.player.Player player) player()
player
(RaidData.RaidPlayer player) raid()
Methods inherited from class com.pixelmonmod.api.client.screen.widget.state.SelectableState
select, selected, selected, unselect
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pixelmonmod.api.client.screen.widget.state.CustomState
cast
-
Method Details
-
create
-
index
-
raid
-
player
-
info
-
index
public int index() -
raid
-
player
-
info
public net.minecraft.client.multiplayer.PlayerInfo info() -
isPlayer
public boolean isPlayer(net.minecraft.world.entity.player.Player player) -
isPlayer
-