Uses of Interface
io.papermc.paper.registry.data.PaintingVariantRegistryEntry.Builder
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent
.-
Uses of PaintingVariantRegistryEntry.Builder in io.papermc.paper.registry.data
Modifier and TypeMethodDescriptionSets the asset id of the painting, which is the location of the sprite to use.Sets the author of the painting.PaintingVariantRegistryEntry.Builder.height
(@org.jetbrains.annotations.Range(from=1L, to=16L) int height) Sets the height of the painting in blocks.Sets the title of the painting.PaintingVariantRegistryEntry.Builder.width
(@org.jetbrains.annotations.Range(from=1L, to=16L) int width) Sets the width of the painting in blocks. -
Uses of PaintingVariantRegistryEntry.Builder in io.papermc.paper.registry.event
Modifier and TypeFieldDescriptionstatic final RegistryEventProvider
<Art, PaintingVariantRegistryEntry.Builder> RegistryEvents.PAINTING_VARIANT