Uses of Class
net.minecraft.entity.decoration.painting.PaintingMotive
Package | Description |
---|---|
net.minecraft.client.texture | |
net.minecraft.entity.decoration.painting | |
net.minecraft.network.packet.s2c.play | |
net.minecraft.util.registry |
-
Uses of PaintingMotive in net.minecraft.client.texture
Methods in net.minecraft.client.texture with parameters of type PaintingMotive Modifier and Type Method Description Sprite
PaintingManager. getPaintingSprite(PaintingMotive motive)
-
Uses of PaintingMotive in net.minecraft.entity.decoration.painting
Fields in net.minecraft.entity.decoration.painting declared as PaintingMotive Modifier and Type Field Description static PaintingMotive
PaintingMotive. ALBAN
static PaintingMotive
PaintingMotive. AZTEC
static PaintingMotive
PaintingMotive. AZTEC2
static PaintingMotive
PaintingMotive. BOMB
static PaintingMotive
PaintingMotive. BURNING_SKULL
static PaintingMotive
PaintingMotive. BUST
static PaintingMotive
PaintingMotive. COURBET
static PaintingMotive
PaintingMotive. CREEBET
static PaintingMotive
PaintingMotive. DONKEY_KONG
static PaintingMotive
PaintingMotive. FIGHTERS
static PaintingMotive
PaintingMotive. GRAHAM
static PaintingMotive
PaintingMotive. KEBAB
static PaintingMotive
PaintingMotive. MATCH
PaintingMotive
PaintingEntity. motive
static PaintingMotive
PaintingMotive. PIGSCENE
static PaintingMotive
PaintingMotive. PLANT
static PaintingMotive
PaintingMotive. POINTER
static PaintingMotive
PaintingMotive. POOL
static PaintingMotive
PaintingMotive. SEA
static PaintingMotive
PaintingMotive. SKELETON
static PaintingMotive
PaintingMotive. SKULL_AND_ROSES
static PaintingMotive
PaintingMotive. STAGE
static PaintingMotive
PaintingMotive. SUNSET
static PaintingMotive
PaintingMotive. VOID
static PaintingMotive
PaintingMotive. WANDERER
static PaintingMotive
PaintingMotive. WASTELAND
static PaintingMotive
PaintingMotive. WITHER
Methods in net.minecraft.entity.decoration.painting that return PaintingMotive Modifier and Type Method Description private static PaintingMotive
PaintingMotive. register(String name, int width, int height)
Constructors in net.minecraft.entity.decoration.painting with parameters of type PaintingMotive Constructor Description PaintingEntity(World world, BlockPos pos, Direction direction, PaintingMotive motive)
-
Uses of PaintingMotive in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play that return PaintingMotive Modifier and Type Method Description PaintingMotive
PaintingSpawnS2CPacket. getMotive()
-
Uses of PaintingMotive in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type PaintingMotive Modifier and Type Field Description static RegistryKey<Registry<PaintingMotive>>
Registry. MOTIVE_KEY
static DefaultedRegistry<PaintingMotive>
Registry. PAINTING_MOTIVE