Class AnimationHelper
java.lang.Object
com.pixelmonmod.pixelmon.client.gui.pokedex.AnimationHelper
-
Constructor Summary
ConstructorDescriptionAnimationHelper
(int maxFrame, int level, BiConsumer<net.minecraft.client.gui.GuiGraphics, Integer> updator) AnimationHelper
(int maxFrame, BiConsumer<net.minecraft.client.gui.GuiGraphics, Integer> updator) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
update
(net.minecraft.client.gui.GuiGraphics matrix)
-
Constructor Details
-
AnimationHelper
public AnimationHelper(int maxFrame, BiConsumer<net.minecraft.client.gui.GuiGraphics, Integer> updator) -
AnimationHelper
public AnimationHelper(int maxFrame, int level, BiConsumer<net.minecraft.client.gui.GuiGraphics, Integer> updator)
-
-
Method Details
-
update
public boolean update(net.minecraft.client.gui.GuiGraphics matrix) -
isComplete
public boolean isComplete() -
getPokemonLevel
public int getPokemonLevel()
-