public class DualModelDualTextureFactory extends DualModelFactory
Modifier and Type | Class and Description |
---|---|
static class |
DualModelDualTextureFactory.TransparentImpl<T extends AbstractClientEntity> |
PixelmonSmdFactory.Impl<T extends AbstractClientEntity>
Modifier and Type | Field and Description |
---|---|
protected ResourceWithFallback |
texture2 |
model2, transparency
animationIncrement, model, movementThreshold, rotateAngleX, rotateAngleY, transparency2, xOffset, xRotation, yOffset, yRotation, zOffset, zRotation
Constructor and Description |
---|
DualModelDualTextureFactory(ResourceWithFallback[] modelsAndTexture) |
Modifier and Type | Method and Description |
---|---|
<T extends AbstractClientEntity> |
createModel() |
setModel2Transparency
loadModel, setAnimationIncrement, setMovementThreshold, setRotateAngleX, setRotateAngleY, setTranslation, setTransparency, setValues, setXOffset, setXRotation, setYOffset, setYRotation, setZOffset, setZRotation
protected ResourceWithFallback texture2
public DualModelDualTextureFactory(ResourceWithFallback[] modelsAndTexture)
public <T extends AbstractClientEntity> PixelmonModelSmd<T> createModel()
createModel
in class DualModelFactory