public class Atlases
extends java.lang.Object
Constructor and Description |
---|
Atlases() |
Modifier and Type | Method and Description |
---|---|
static void |
collectAllMaterials(java.util.function.Consumer<Material> p_228775_0_) |
static RenderType |
getBannerType() |
static RenderType |
getBedType() |
private static Material |
getChestMaterial(ChestType p_228772_0_,
Material p_228772_1_,
Material p_228772_2_,
Material p_228772_3_) |
private static Material |
getChestMaterial(java.lang.String p_228774_0_) |
static Material |
getChestMaterial(TileEntity p_228771_0_,
ChestType p_228771_1_,
boolean p_228771_2_) |
static RenderType |
getChestType() |
static RenderType |
getCutoutBlockType() |
static RenderType |
getShieldType() |
static RenderType |
getShulkerBoxType() |
static Material |
getSignMaterial(WoodType p_228773_0_) |
static RenderType |
getSignType() |
static RenderType |
getSolidBlockType() |
static RenderType |
getTranslucentBlockType() |
static RenderType |
getTranslucentCullBlockType() |
public static final ResourceLocation SHULKER_BOX_ATLAS
public static final ResourceLocation BED_ATLAS
public static final ResourceLocation BANNER_ATLAS
public static final ResourceLocation SHIELD_ATLAS
public static final ResourceLocation SIGN_ATLAS
public static final ResourceLocation CHEST_ATLAS
private static final RenderType SHULKER_BOX_TYPE
private static final RenderType BED_TYPE
private static final RenderType BANNER_TYPE
private static final RenderType SHIELD_TYPE
private static final RenderType SIGN_TYPE
private static final RenderType CHEST_TYPE
private static final RenderType SOLID_BLOCK_TYPE
private static final RenderType CUTOUT_BLOCK_TYPE
private static final RenderType TRANSLUCENT_BLOCK_TYPE
private static final RenderType TRANSLUCENT_CULL_BLOCK_TYPE
public static final Material DEFAULT_SHULKER_TEXTURE
public static final java.util.List<Material> SHULKER_TEXTURES
public static final Material[] BED_TEXTURES
public static final Material CHEST_TRAPPED_MATERIAL
public static final Material CHEST_TRAPPED_LEFT_MATERIAL
public static final Material CHEST_TRAPPED_RIGHT_MATERIAL
public static final Material CHEST_XMAS_MATERIAL
public static final Material CHEST_XMAS_LEFT_MATERIAL
public static final Material CHEST_XMAS_RIGHT_MATERIAL
public static final Material CHEST_MATERIAL
public static final Material CHEST_LEFT_MATERIAL
public static final Material CHEST_RIGHT_MATERIAL
public static final Material ENDER_CHEST_MATERIAL
public static RenderType getBannerType()
public static RenderType getShieldType()
public static RenderType getBedType()
public static RenderType getShulkerBoxType()
public static RenderType getSignType()
public static RenderType getChestType()
public static RenderType getSolidBlockType()
public static RenderType getCutoutBlockType()
public static RenderType getTranslucentBlockType()
public static RenderType getTranslucentCullBlockType()
public static void collectAllMaterials(java.util.function.Consumer<Material> p_228775_0_)
private static Material getChestMaterial(java.lang.String p_228774_0_)
public static Material getChestMaterial(TileEntity p_228771_0_, ChestType p_228771_1_, boolean p_228771_2_)