Package paulevs.edenring.paintings
Class PaintingInfo
java.lang.Object
paulevs.edenring.paintings.PaintingInfo
-
Constructor Summary
ConstructorsConstructorDescriptionPaintingInfo(int rawID, net.minecraft.resources.ResourceLocation id, net.minecraft.resources.ResourceLocation texture, int width, int height, @Nullable PaintingColorProvider<net.minecraft.client.multiplayer.ClientLevel, net.minecraft.core.BlockPos> provider) -
Method Summary
Modifier and TypeMethodDescriptionintgetCells()intnet.minecraft.resources.ResourceLocationgetId()@Nullable PaintingColorProvider<net.minecraft.client.multiplayer.ClientLevel,net.minecraft.core.BlockPos> intgetRawID()net.minecraft.resources.ResourceLocationintgetWidth()
-
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()
-