Uses of Interface
io.papermc.paper.registry.data.PaintingVariantRegistryEntry.Builder
Packages that use 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
Methods in io.papermc.paper.registry.data that return PaintingVariantRegistryEntry.BuilderModifier 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.Method parameters in io.papermc.paper.registry.data with type arguments of type PaintingVariantRegistryEntry.BuilderModifier and TypeMethodDescriptionInlinedRegistryBuilderProvider.createPaintingVariant
(Consumer<RegistryBuilderFactory<Art, ? extends PaintingVariantRegistryEntry.Builder>> value) -
Uses of PaintingVariantRegistryEntry.Builder in io.papermc.paper.registry.event
Fields in io.papermc.paper.registry.event with type parameters of type PaintingVariantRegistryEntry.BuilderModifier and TypeFieldDescriptionstatic final RegistryEventProvider
<Art, PaintingVariantRegistryEntry.Builder> RegistryEvents.PAINTING_VARIANT
-
Uses of PaintingVariantRegistryEntry.Builder in org.bukkit
Method parameters in org.bukkit with type arguments of type PaintingVariantRegistryEntry.BuilderModifier and TypeMethodDescriptionArt.create
(@NotNull Consumer<RegistryBuilderFactory<Art, ? extends PaintingVariantRegistryEntry.Builder>> value) Create an inlined painting variant.