net.minecraft.client.renderer

public class Sheets

gvn
net.minecraft.client.renderer.Sheets
net.minecraft.class_4722

Field summary

Modifier and TypeField
public static final ResourceLocation
a
SHULKER_SHEET
field_21704
public static final ResourceLocation
b
BED_SHEET
field_21705
public static final ResourceLocation
c
BANNER_SHEET
field_21706
public static final ResourceLocation
d
SHIELD_SHEET
field_21707
public static final ResourceLocation
e
SIGN_SHEET
field_21708
public static final ResourceLocation
f
CHEST_SHEET
field_21709
public static final ResourceLocation
g
ARMOR_TRIMS_SHEET
field_42071
public static final ResourceLocation
h
DECORATED_POT_SHEET
field_42910
private static final RenderType
L
SHULKER_BOX_SHEET_TYPE
field_21724
private static final RenderType
M
BED_SHEET_TYPE
field_21725
private static final RenderType
N
BANNER_SHEET_TYPE
field_21726
private static final RenderType
O
SHIELD_SHEET_TYPE
field_21727
private static final RenderType
P
SIGN_SHEET_TYPE
field_21728
private static final RenderType
Q
CHEST_SHEET_TYPE
field_21729
private static final RenderType
R
ARMOR_TRIMS_SHEET_TYPE
field_42070
private static final RenderType
S
ARMOR_TRIMS_DECAL_SHEET_TYPE
field_46070
private static final RenderType
T
SOLID_BLOCK_SHEET
field_21700
private static final RenderType
U
CUTOUT_BLOCK_SHEET
field_21701
private static final RenderType
V
TRANSLUCENT_ITEM_CULL_BLOCK_SHEET
field_25286
public static final MaterialMapper
i
ITEMS_MAPPER
field_56355
public static final MaterialMapper
j
BLOCKS_MAPPER
field_56356
public static final MaterialMapper
k
BANNER_MAPPER
field_56357
public static final MaterialMapper
l
SHIELD_MAPPER
field_56358
public static final MaterialMapper
m
CHEST_MAPPER
field_56359
public static final MaterialMapper
n
DECORATED_POT_MAPPER
field_56360
public static final MaterialMapper
o
BED_MAPPER
field_56361
public static final MaterialMapper
p
SHULKER_MAPPER
field_56362
public static final MaterialMapper
q
SIGN_MAPPER
field_56363
public static final MaterialMapper
r
HANGING_SIGN_MAPPER
field_56364
public static final Material
s
DEFAULT_SHULKER_TEXTURE_LOCATION
field_21710
public static final List<Material>
t
SHULKER_TEXTURE_LOCATION
field_21711
public static final Map<WoodType, Material>
u
SIGN_MATERIALS
field_21712
public static final Map<WoodType, Material>
v
HANGING_SIGN_MATERIALS
field_40515
public static final Material
w
BANNER_BASE
field_49769
public static final Material
x
SHIELD_BASE
field_49770
private static final Map<ResourceLocation, Material>
W
BANNER_MATERIALS
field_28252
private static final Map<ResourceLocation, Material>
X
SHIELD_MATERIALS
field_28253
public static final Map<ResourceKey<DecoratedPotPattern>, Material>
y
DECORATED_POT_MATERIALS
field_42911
public static final Material
z
DECORATED_POT_BASE
field_51914
public static final Material
A
DECORATED_POT_SIDE
field_51915
private static final Material[]
Y
BED_TEXTURES
field_21713
public static final Material
B
CHEST_TRAP_LOCATION
field_21714
public static final Material
C
CHEST_TRAP_LOCATION_LEFT
field_21715
public static final Material
D
CHEST_TRAP_LOCATION_RIGHT
field_21716
public static final Material
E
CHEST_XMAS_LOCATION
field_21717
public static final Material
F
CHEST_XMAS_LOCATION_LEFT
field_21718
public static final Material
G
CHEST_XMAS_LOCATION_RIGHT
field_21719
public static final Material
H
CHEST_LOCATION
field_21720
public static final Material
I
CHEST_LOCATION_LEFT
field_21721
public static final Material
J
CHEST_LOCATION_RIGHT
field_21722
public static final Material
K
ENDER_CHEST_LOCATION
field_21723

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static RenderType
a()
bannerSheet()
method_24059()
public static RenderType
b()
shieldSheet()
method_24067()
public static RenderType
c()
bedSheet()
method_24069()
public static RenderType
d()
shulkerBoxSheet()
method_24070()
public static RenderType
e()
signSheet()
method_24071()
public static RenderType
f()
hangingSignSheet()
method_45783()
public static RenderType
g()
chestSheet()
method_24072()
public static RenderType
a(boolean arg0)
armorTrimsSheet(boolean arg0)
method_48480(boolean arg0)
public static RenderType
h()
solidBlockSheet()
method_24073()
public static RenderType
i()
cutoutBlockSheet()
method_24074()
public static RenderType
j()
translucentItemSheet()
method_29382()
public static Material
a(czy arg0)
getBedMaterial(DyeColor arg0)
method_65527(class_1767 arg0)
public static ResourceLocation
b(czy arg0)
colorToResourceMaterial(DyeColor arg0)
method_65529(class_1767 arg0)
public static Material
c(czy arg0)
createBedMaterial(DyeColor arg0)
method_65531(class_1767 arg0)
public static Material
d(czy arg0)
getShulkerBoxMaterial(DyeColor arg0)
method_65532(class_1767 arg0)
public static ResourceLocation
e(czy arg0)
colorToShulkerMaterial(DyeColor arg0)
method_65533(class_1767 arg0)
public static Material
f(czy arg0)
createShulkerMaterial(DyeColor arg0)
method_65534(class_1767 arg0)
private static Material
c(edu arg0)
createSignMaterial(WoodType arg0)
method_24064(class_4719 arg0)
private static Material
d(edu arg0)
createHangingSignMaterial(WoodType arg0)
method_45782(class_4719 arg0)
public static Material
a(edu arg0)
getSignMaterial(WoodType arg0)
method_33082(class_4719 arg0)
public static Material
b(edu arg0)
getHangingSignMaterial(WoodType arg0)
method_45781(class_4719 arg0)
public static Material
a(ji<dyt> arg0)
getBannerMaterial(Holder<BannerPattern> arg0)
method_33081(class_6880<class_2582> arg0)
public static Material
b(ji<dyt> arg0)
getShieldMaterial(Holder<BannerPattern> arg0)
method_33083(class_6880<class_2582> arg0)
public static Material
a(alv<dzx> arg0)
getDecoratedPotMaterial(ResourceKey<DecoratedPotPattern> arg0)
method_49341(class_5321<class_9766> arg0)
public static Material
a(dze arg0, ecy arg1, boolean arg2)
chooseMaterial(BlockEntity arg0, ChestType arg1, boolean arg2)
method_24062(class_2586 arg0, class_2745 arg1, boolean arg2)
private static Material
a(ecy arg0, hqj arg1, hqj arg2, hqj arg3)
chooseMaterial(ChestType arg0, Material arg1, Material arg2, Material arg3)
method_24063(class_2745 arg0, class_4730 arg1, class_4730 arg2, class_4730 arg3)