public class AnimationHelper
extends java.lang.Object
Constructor and Description |
---|
AnimationHelper(int maxFrame,
java.util.function.BiConsumer<com.mojang.blaze3d.matrix.MatrixStack,java.lang.Integer> updator) |
AnimationHelper(int maxFrame,
int level,
java.util.function.BiConsumer<com.mojang.blaze3d.matrix.MatrixStack,java.lang.Integer> updator) |
Modifier and Type | Method and Description |
---|---|
int |
getPokemonLevel() |
boolean |
isComplete() |
boolean |
update(com.mojang.blaze3d.matrix.MatrixStack matrix) |
public AnimationHelper(int maxFrame, java.util.function.BiConsumer<com.mojang.blaze3d.matrix.MatrixStack,java.lang.Integer> updator)
public AnimationHelper(int maxFrame, int level, java.util.function.BiConsumer<com.mojang.blaze3d.matrix.MatrixStack,java.lang.Integer> updator)