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
.The root package of the Bukkit API, contains generalized API classes.
-
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.Modifier and TypeMethodDescriptionInlinedRegistryBuilderProvider.createPaintingVariant
(Consumer<RegistryBuilderFactory<Art, ? extends PaintingVariantRegistryEntry.Builder>> value) -
Uses of PaintingVariantRegistryEntry.Builder in io.papermc.paper.registry.event
Modifier and TypeFieldDescriptionstatic final RegistryEventProvider
<Art, PaintingVariantRegistryEntry.Builder> RegistryEvents.PAINTING_VARIANT
-
Uses of PaintingVariantRegistryEntry.Builder in org.bukkit
Modifier and TypeMethodDescriptionArt.create
(@NotNull Consumer<RegistryBuilderFactory<Art, ? extends PaintingVariantRegistryEntry.Builder>> value) Create an inlined painting variant.