Klasse TextureResource

java.lang.Object
gollorum.signpost.minecraft.gui.utils.TextureResource

public class TextureResource extends Object
  • Felddetails

    • defaultTextureSize

      public static final int defaultTextureSize
      Siehe auch:
    • wideOverlaySize

      public static final int wideOverlaySize
      Siehe auch:
    • shortOverlaySize

      public static final int shortOverlaySize
      Siehe auch:
    • largeOverlaySize

      public static final int largeOverlaySize
      Siehe auch:
    • blockAtlas

      public static final net.minecraft.resources.ResourceLocation blockAtlas
    • waystoneNameField

      public static final TextureResource waystoneNameField
    • post

      public static final TextureResource post
    • expandContract

      public static final TextureResource expandContract
    • flipDirection

      public static final TextureResource flipDirection
    • paintBackground

      public static final TextureResource paintBackground
    • signTypeSelection

      public static final TextureResource signTypeSelection
    • itemBackground

      public static final TextureResource itemBackground
    • edit

      public static final TextureResource edit
    • waystoneTextureLocation

      public static final Texture waystoneTextureLocation
    • location

      public final net.minecraft.resources.ResourceLocation location
    • size

      public final TextureSize size
    • fileSize

      public final TextureSize fileSize
    • offset

      public final TextureSize offset
  • Konstruktordetails

    • TextureResource

      public TextureResource(net.minecraft.resources.ResourceLocation location, TextureSize size, TextureSize fileSize)
    • TextureResource

      public TextureResource(net.minecraft.resources.ResourceLocation location, TextureSize size, TextureSize fileSize, TextureSize offset)
    • TextureResource

      public TextureResource(String relativeLocation, TextureSize size, TextureSize fileSize)
    • TextureResource

      public TextureResource(net.minecraft.resources.ResourceLocation location, TextureSize size)
    • TextureResource

      public TextureResource(String relativeLocation, TextureSize size)