public class Material
extends java.lang.Object
| コンストラクタと説明 | 
|---|
| Material(ResourceLocation atlasLocationIn,
        ResourceLocation textureLocationIn) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| boolean | equals(java.lang.Object p_equals_1_) | 
| ResourceLocation | getAtlasLocation() | 
| com.mojang.blaze3d.vertex.IVertexBuilder | getBuffer(IRenderTypeBuffer bufferIn,
         java.util.function.Function<ResourceLocation,RenderType> renderTypeGetter) | 
| RenderType | getRenderType(java.util.function.Function<ResourceLocation,RenderType> renderTypeGetter) | 
| TextureAtlasSprite | getSprite() | 
| ResourceLocation | getTextureLocation() | 
| int | hashCode() | 
| java.lang.String | toString() | 
public Material(ResourceLocation atlasLocationIn, ResourceLocation textureLocationIn)
public ResourceLocation getAtlasLocation()
public ResourceLocation getTextureLocation()
public TextureAtlasSprite getSprite()
public RenderType getRenderType(java.util.function.Function<ResourceLocation,RenderType> renderTypeGetter)
public com.mojang.blaze3d.vertex.IVertexBuilder getBuffer(IRenderTypeBuffer bufferIn, java.util.function.Function<ResourceLocation,RenderType> renderTypeGetter)
public boolean equals(java.lang.Object p_equals_1_)
equals クラス内 java.lang.Objectpublic int hashCode()
hashCode クラス内 java.lang.Objectpublic java.lang.String toString()
toString クラス内 java.lang.Object