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 Summary
Modifier and TypeFieldDescriptionfloat
float
Fields inherited from class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
buffer, movementThreshold, scale, texture
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, young
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
setAnimation
(AnimationType animType) protected void
updateAnimation
(IncrementingVariable variable) Methods inherited from class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
getDefaultXRotation, getMovementThreshold, render, renderToBuffer, setBuffer, setScale
Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel, setupAnim
Methods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
animationIncrement
public float animationIncrement -
theModel
-
partialTick
public float partialTick
-
-
Constructor Details
-
PixelmonModelSmd
public PixelmonModelSmd()
-
-
Method Details
-
getTheModel
-
updateAnimation
-
setAnimation
-
registerAnimationCounters
protected void registerAnimationCounters()- Overrides:
registerAnimationCounters
in classPixelmonModelBase<M extends net.minecraft.world.entity.Entity>
-