public class ModelHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.minecraftforge.common.model.TRSRTransformation |
BLOCK_THIRD_PERSON_LEFT |
static net.minecraftforge.common.model.TRSRTransformation |
BLOCK_THIRD_PERSON_RIGHT |
static net.minecraftforge.common.model.IModelState |
DEFAULT_ITEM_STATE |
static net.minecraftforge.common.model.IModelState |
DEFAULT_TOOL_STATE |
Constructor and Description |
---|
ModelHelper() |
Modifier and Type | Method and Description |
---|---|
static net.minecraft.client.renderer.texture.TextureAtlasSprite |
getTextureFromBlockstate(net.minecraft.block.BlockState state) |
public static final net.minecraftforge.common.model.IModelState DEFAULT_ITEM_STATE
public static final net.minecraftforge.common.model.IModelState DEFAULT_TOOL_STATE
public static final net.minecraftforge.common.model.TRSRTransformation BLOCK_THIRD_PERSON_RIGHT
public static final net.minecraftforge.common.model.TRSRTransformation BLOCK_THIRD_PERSON_LEFT