Interface TexturedEntity


public interface TexturedEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
    Gets the texture of this entity.
  • Method Details

    • getTexture

      net.minecraft.resources.ResourceLocation getTexture()
      Gets the texture of this entity.
      Returns:
      The file path for the texture.