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.This package contains events related to the Paper registry system.
-
Uses of PaintingVariantRegistryEntry.Builder in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return PaintingVariantRegistryEntry.BuilderModifier and TypeMethodDescriptionPaintingVariantRegistryEntry.Builder.assetId(net.kyori.adventure.key.Key assetId) Sets 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
Fields in io.papermc.paper.registry.event with type parameters of type PaintingVariantRegistryEntry.BuilderModifier and TypeFieldDescriptionstatic final RegistryEventProvider<Art, PaintingVariantRegistryEntry.Builder> RegistryEvents.PAINTING_VARIANT