Class TextureMetadataSection
- java.lang.Object
-
- net.minecraft.client.resources.data.TextureMetadataSection
-
public class TextureMetadataSection extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private booleanblurprivate booleanclampstatic TextureMetadataSectionSerializerSERIALIZER
-
Constructor Summary
Constructors Constructor Description TextureMetadataSection(boolean p_i46538_1_, boolean p_i46538_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBlur()booleanisClamp()
-
-
-
Field Detail
-
SERIALIZER
public static final TextureMetadataSectionSerializer SERIALIZER
-
blur
private final boolean blur
-
clamp
private final boolean clamp
-
-