Class CustomNoticeOverlay

java.lang.Object
com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay

public class CustomNoticeOverlay extends Object
Created by clienthax on 31/8/2015. Updated by happyz on 18/02/2019.
  • Constructor Details

    • CustomNoticeOverlay

      public CustomNoticeOverlay()
  • Method Details

    • resetNotice

      public static void resetNotice()
    • draw

      public static void draw(net.minecraft.client.gui.GuiGraphics graphics)
    • setEnabled

      public static void setEnabled(boolean enabled)
    • isEnabled

      public static boolean isEnabled()
    • populate

      public static void populate(List<net.minecraft.network.chat.Component> lines)
    • setPokemonSprite

      public static void setPokemonSprite(PokemonSpecification spec, EnumOverlayLayout layout)
    • setPokemon3D

      public static void setPokemon3D(PokemonSpecification spec, EnumOverlayLayout layout)
    • setItemStack

      public static void setItemStack(net.minecraft.world.item.ItemStack itemStack, EnumOverlayLayout layout)