Package net.minecraft.entity.item
Class PaintingType
- java.lang.Object
-
- net.minecraftforge.registries.ForgeRegistryEntry<PaintingType>
-
- net.minecraft.entity.item.PaintingType
-
- All Implemented Interfaces:
IForgeRegistryEntry<PaintingType>
public class PaintingType extends ForgeRegistryEntry<PaintingType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>
-
-
Field Summary
Fields Modifier and Type Field Description static PaintingType
ALBAN
static PaintingType
AZTEC
static PaintingType
AZTEC2
static PaintingType
BOMB
static PaintingType
BURNING_SKULL
static PaintingType
BUST
static PaintingType
COURBET
static PaintingType
CREEBET
static PaintingType
DONKEY_KONG
static PaintingType
FIGHTERS
static PaintingType
GRAHAM
private int
height
static PaintingType
KEBAB
static PaintingType
MATCH
static PaintingType
PIGSCENE
static PaintingType
PLANT
static PaintingType
POINTER
static PaintingType
POOL
static PaintingType
SEA
static PaintingType
SKELETON
static PaintingType
SKULL_AND_ROSES
static PaintingType
STAGE
static PaintingType
SUNSET
static PaintingType
VOID
static PaintingType
WANDERER
static PaintingType
WASTELAND
private int
width
static PaintingType
WITHER
-
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
-
-
Constructor Summary
Constructors Constructor Description PaintingType(int p_i50222_1_, int p_i50222_2_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
int
getWidth()
private static PaintingType
register(java.lang.String p_221119_0_, int p_221119_1_, int p_221119_2_)
-
Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
-
-
-
Field Detail
-
KEBAB
public static final PaintingType KEBAB
-
AZTEC
public static final PaintingType AZTEC
-
ALBAN
public static final PaintingType ALBAN
-
AZTEC2
public static final PaintingType AZTEC2
-
BOMB
public static final PaintingType BOMB
-
PLANT
public static final PaintingType PLANT
-
WASTELAND
public static final PaintingType WASTELAND
-
POOL
public static final PaintingType POOL
-
COURBET
public static final PaintingType COURBET
-
SEA
public static final PaintingType SEA
-
SUNSET
public static final PaintingType SUNSET
-
CREEBET
public static final PaintingType CREEBET
-
WANDERER
public static final PaintingType WANDERER
-
GRAHAM
public static final PaintingType GRAHAM
-
MATCH
public static final PaintingType MATCH
-
BUST
public static final PaintingType BUST
-
STAGE
public static final PaintingType STAGE
-
VOID
public static final PaintingType VOID
-
SKULL_AND_ROSES
public static final PaintingType SKULL_AND_ROSES
-
WITHER
public static final PaintingType WITHER
-
FIGHTERS
public static final PaintingType FIGHTERS
-
POINTER
public static final PaintingType POINTER
-
PIGSCENE
public static final PaintingType PIGSCENE
-
BURNING_SKULL
public static final PaintingType BURNING_SKULL
-
SKELETON
public static final PaintingType SKELETON
-
DONKEY_KONG
public static final PaintingType DONKEY_KONG
-
width
private final int width
-
height
private final int height
-
-
Method Detail
-
register
private static PaintingType register(java.lang.String p_221119_0_, int p_221119_1_, int p_221119_2_)
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
-