All Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
act(DirectoryCache cache) |
T |
carpet(java.lang.String name,
ResourceLocation wool) |
protected void |
clear() |
T |
crop(java.lang.String name,
ResourceLocation crop) |
T |
cross(java.lang.String name,
ResourceLocation cross) |
T |
cube(java.lang.String name,
ResourceLocation down,
ResourceLocation up,
ResourceLocation north,
ResourceLocation south,
ResourceLocation east,
ResourceLocation west) |
T |
cubeAll(java.lang.String name,
ResourceLocation texture) |
T |
cubeBottomTop(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
cubeColumn(java.lang.String name,
ResourceLocation side,
ResourceLocation end) |
T |
cubeTop(java.lang.String name,
ResourceLocation side,
ResourceLocation top) |
T |
doorBottomLeft(java.lang.String name,
ResourceLocation bottom,
ResourceLocation top) |
T |
doorBottomRight(java.lang.String name,
ResourceLocation bottom,
ResourceLocation top) |
T |
doorTopLeft(java.lang.String name,
ResourceLocation bottom,
ResourceLocation top) |
T |
doorTopRight(java.lang.String name,
ResourceLocation bottom,
ResourceLocation top) |
T |
fenceGate(java.lang.String name,
ResourceLocation texture) |
T |
fenceGateOpen(java.lang.String name,
ResourceLocation texture) |
T |
fenceGateWall(java.lang.String name,
ResourceLocation texture) |
T |
fenceGateWallOpen(java.lang.String name,
ResourceLocation texture) |
T |
fenceInventory(java.lang.String name,
ResourceLocation texture) |
T |
fencePost(java.lang.String name,
ResourceLocation texture) |
T |
fenceSide(java.lang.String name,
ResourceLocation texture) |
protected void |
generateAll(DirectoryCache cache) |
T |
getBuilder(java.lang.String path) |
ModelFile.ExistingModelFile |
getExistingFile(ResourceLocation path) |
ResourceLocation |
mcLoc(java.lang.String name) |
ResourceLocation |
modLoc(java.lang.String name) |
T |
orientable(java.lang.String name,
ResourceLocation side,
ResourceLocation front,
ResourceLocation top) |
T |
orientableVertical(java.lang.String name,
ResourceLocation side,
ResourceLocation front) |
T |
orientableWithBottom(java.lang.String name,
ResourceLocation side,
ResourceLocation front,
ResourceLocation bottom,
ResourceLocation top) |
T |
paneNoSide(java.lang.String name,
ResourceLocation pane) |
T |
paneNoSideAlt(java.lang.String name,
ResourceLocation pane) |
T |
panePost(java.lang.String name,
ResourceLocation pane,
ResourceLocation edge) |
T |
paneSide(java.lang.String name,
ResourceLocation pane,
ResourceLocation edge) |
T |
paneSideAlt(java.lang.String name,
ResourceLocation pane,
ResourceLocation edge) |
protected abstract void |
registerModels() |
T |
singleTexture(java.lang.String name,
ResourceLocation parent,
ResourceLocation texture) |
T |
singleTexture(java.lang.String name,
ResourceLocation parent,
java.lang.String textureKey,
ResourceLocation texture) |
T |
slab(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
slabTop(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
stairs(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
stairsInner(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
stairsOuter(java.lang.String name,
ResourceLocation side,
ResourceLocation bottom,
ResourceLocation top) |
T |
torch(java.lang.String name,
ResourceLocation torch) |
T |
torchWall(java.lang.String name,
ResourceLocation torch) |
T |
trapdoorBottom(java.lang.String name,
ResourceLocation texture) |
T |
trapdoorOpen(java.lang.String name,
ResourceLocation texture) |
T |
trapdoorOrientableBottom(java.lang.String name,
ResourceLocation texture) |
T |
trapdoorOrientableOpen(java.lang.String name,
ResourceLocation texture) |
T |
trapdoorOrientableTop(java.lang.String name,
ResourceLocation texture) |
T |
trapdoorTop(java.lang.String name,
ResourceLocation texture) |
T |
wallInventory(java.lang.String name,
ResourceLocation wall) |
T |
wallPost(java.lang.String name,
ResourceLocation wall) |
T |
wallSide(java.lang.String name,
ResourceLocation wall) |
T |
withExistingParent(java.lang.String name,
ResourceLocation parent) |
T |
withExistingParent(java.lang.String name,
java.lang.String parent) |