public class Texture
extends Object
-
-
Constructor Summary
Constructors
Constructor |
Description |
Texture() |
|
-
Method Summary
Modifier and Type |
Method |
Description |
static Texture |
all(Block block) |
|
static Texture |
all(Identifier id) |
|
Texture |
copyAndAdd(TextureKey key,
Identifier id) |
|
static Texture |
crop(Identifier id) |
|
static Texture |
cross(Block block) |
|
static Texture |
cross(Identifier id) |
|
static Texture |
fan(Block block) |
|
static Texture |
fire0(Block block) |
|
static Texture |
fire1(Block block) |
|
static Texture |
frontSideWithCustomBottom(Block block,
Block bottom) |
|
static Texture |
frontTopSide(Block frontTopSideBlock,
Block downBlock) |
|
static Identifier |
getId(Block block) |
|
static Identifier |
getId(Item item) |
|
Stream<TextureKey> |
getInherited() |
|
static Identifier |
getSubId(Block block,
String suffix) |
|
static Identifier |
getSubId(Item item,
String suffix) |
|
Identifier |
getTexture(TextureKey key) |
|
Texture |
inherit(TextureKey parent,
TextureKey child) |
|
static Texture |
lantern(Block block) |
|
static Texture |
layer0(Block block) |
|
static Texture |
layer0(Item item) |
|
static Texture |
layer0(Identifier id) |
|
static Texture |
method_27167(Block block) |
|
static Texture |
method_27168(Block block) |
|
static Texture |
method_32231(Block block) |
|
static Texture |
method_32232(Identifier identifier) |
|
static Texture |
of(TextureKey key,
Identifier id) |
|
static Texture |
paneAndTopForEdge(Block block,
Block top) |
|
static Texture |
particle(Block block) |
|
static Texture |
particle(Item item) |
|
static Texture |
particle(Identifier id) |
|
static Texture |
pattern(Block block) |
|
static Texture |
plant(Block block) |
|
static Texture |
plant(Identifier id) |
|
Texture |
put(TextureKey key,
Identifier id) |
|
static Texture |
rail(Block block) |
|
static Texture |
rail(Identifier id) |
|
static Texture |
sideAndEndForTop(Block block) |
|
static Texture |
sideAndTop(Block block) |
|
static Texture |
sideEnd(Block block) |
|
static Texture |
sideEnd(Identifier side,
Identifier end) |
|
static Texture |
sideFrontBack(Block block) |
|
static Texture |
sideFrontEnd(Block block) |
|
static Texture |
sideFrontTop(Block block) |
|
static Texture |
sideFrontTopBottom(Block block) |
|
static Texture |
sideTopBottom(Block block) |
|
static Texture |
stem(Block block) |
|
static Texture |
stemAndUpper(Block stem,
Block upper) |
|
static Texture |
texture(Block block) |
|
static Texture |
texture(Identifier id) |
|
static Texture |
top(Block top) |
|
static Texture |
topBottom(Block block) |
|
static Texture |
torch(Block block) |
|
static Texture |
torch(Identifier id) |
|
static Texture |
wallSideTopBottom(Block block) |
|
static Texture |
wool(Block block) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
frontSideWithCustomBottom
-
-
-
-
-
-
-
-
-
-
-