Uses of Interface
net.minecraftforge.client.extensions.IForgeModelTransform
-
Packages that use IForgeModelTransform Package Description net.minecraft.client.renderer.model net.minecraftforge.client.model net.minecraftforge.client.model.b3d -
-
Uses of IForgeModelTransform in net.minecraft.client.renderer.model
Subinterfaces of IForgeModelTransform in net.minecraft.client.renderer.model Modifier and Type Interface Description interface
IModelTransform
Classes in net.minecraft.client.renderer.model that implement IForgeModelTransform Modifier and Type Class Description class
ModelRotation
class
Variant
-
Uses of IForgeModelTransform in net.minecraftforge.client.model
Classes in net.minecraftforge.client.model that implement IForgeModelTransform Modifier and Type Class Description class
ModelTransformComposition
AnIModelTransform
that combines the transforms from two childIModelTransform
.class
SimpleModelTransform
Simple implementation of IModelState via a map and a default value. -
Uses of IForgeModelTransform in net.minecraftforge.client.model.b3d
Classes in net.minecraftforge.client.model.b3d that implement IForgeModelTransform Modifier and Type Class Description static class
B3DLoader.B3DState
-