Package net.minecraft.world.item
Class ArmorMaterial.Layer
java.lang.Object
net.minecraft.world.item.ArmorMaterial.Layer
- Enclosing class:
ArmorMaterial
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ResourceLocation
private final boolean
private final ResourceLocation
private final ResourceLocation
private final String
-
Constructor Summary
ConstructorsConstructorDescriptionLayer
(ResourceLocation pAssetName) Layer
(ResourceLocation pAssetName, String pSuffix, boolean pDyeable) -
Method Summary
Modifier and TypeMethodDescriptionboolean
dyeable()
private ResourceLocation
resolveTexture
(boolean pInnerTexture) texture
(boolean pInnerTexture)
-
Field Details
-
assetName
-
suffix
-
dyeable
private final boolean dyeable -
innerTexture
-
outerTexture
-
-
Constructor Details
-
Layer
-
Layer
-
-
Method Details
-
resolveTexture
-
texture
-
dyeable
public boolean dyeable()
-