Class PaintingInfo

java.lang.Object
paulevs.edenring.paintings.PaintingInfo

public class PaintingInfo extends Object
  • Constructor Details

    • PaintingInfo

      public PaintingInfo(int rawID, net.minecraft.resources.ResourceLocation id, net.minecraft.resources.ResourceLocation texture, int width, int height, @Nullable @Nullable PaintingColorProvider<net.minecraft.client.multiplayer.ClientLevel,net.minecraft.core.BlockPos> provider)
  • Method Details

    • getProvider

      @Nullable public @Nullable PaintingColorProvider<net.minecraft.client.multiplayer.ClientLevel,net.minecraft.core.BlockPos> getProvider()
    • getId

      public net.minecraft.resources.ResourceLocation getId()
    • getRawID

      public int getRawID()
    • getTexture

      public net.minecraft.resources.ResourceLocation getTexture()
    • getCells

      public int getCells()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()