Class PokemonSlot

java.lang.Object
com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot

public class PokemonSlot extends Object
  • Constructor Details

  • Method Details

    • draw

      public void draw(net.minecraft.client.gui.GuiGraphics matrix, double mouseX, double mouseY, double width, double height, boolean selected, float partialTicks)
    • isWithin

      public boolean isWithin(double x, double y)
    • onClick

      public void onClick(double mouseX, double mouseY, int button)
    • isInteractable

      public boolean isInteractable()
    • setVisible

      public PokemonSlot setVisible(boolean visible)
    • setEnabled

      public PokemonSlot setEnabled(boolean enabled)
    • setPokemon

      public PokemonSlot setPokemon(Pokemon pokemon)
    • setIndex

      public PokemonSlot setIndex(int index)
    • setPlayer

      public PokemonSlot setPlayer(net.minecraft.client.multiplayer.PlayerInfo npi)
    • getIndex

      public int getIndex()
    • isPlayer

      public boolean isPlayer(UUID uuid)