Class PixelmonModelSmd<M extends net.minecraft.world.entity.Entity>

java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
com.pixelmonmod.pixelmon.client.models.PixelmonModelBase<M>
com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd<M>
Direct Known Subclasses:
ModelBike, ModelPokeballs

public abstract class PixelmonModelSmd<M extends net.minecraft.world.entity.Entity> extends PixelmonModelBase<M>
  • Field Details

    • animationIncrement

      public float animationIncrement
    • theModel

      public ValveStudioModel theModel
    • partialTick

      public float partialTick
  • Constructor Details

    • PixelmonModelSmd

      public PixelmonModelSmd()
  • Method Details