Uses of Interface
io.papermc.paper.registry.RegistryBuilder
Packages that use RegistryBuilder
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.
This package contains events related to the Paper registry system.
-
Uses of RegistryBuilder in io.papermc.paper.registry
Classes in io.papermc.paper.registry with type parameters of type RegistryBuilderModifier and TypeInterfaceDescriptioninterface
RegistryBuilderFactory<T,
B extends RegistryBuilder<T>> A factory to create aRegistryBuilder
for a givenTypedKey
. -
Uses of RegistryBuilder in io.papermc.paper.registry.data
Subinterfaces of RegistryBuilder in io.papermc.paper.registry.dataModifier and TypeInterfaceDescriptionstatic interface
A mutable builder for theBannerPatternRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for theCatTypeRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for theChickenVariantRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for theCowVariantRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for theDamageTypeRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for theEnchantmentRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for theFrogVariantRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for theGameEventRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for theInstrumentRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for theJukeboxSongRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for thePaintingVariantRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for thePigVariantRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for theSoundEventRegistryEntry
plugins may change in applicable registry events.static interface
A mutable builder for theWolfVariantRegistryEntry
plugins may change in applicable registry events. -
Uses of RegistryBuilder in io.papermc.paper.registry.event
Classes in io.papermc.paper.registry.event with type parameters of type RegistryBuilderModifier and TypeInterfaceDescriptioninterface
RegistryComposeEvent<T,
B extends RegistryBuilder<T>> Event object forRegistryEventProvider.compose()
.interface
RegistryEntryAddEvent<T,
B extends RegistryBuilder<T>> Event object forRegistryEventProvider.entryAdd()
.interface
RegistryEventProvider<T,
B extends RegistryBuilder<T>> Provider for registry events for a specific registry.interface
RegistryFreezeEvent<T,
B extends RegistryBuilder<T>> Deprecated, for removal: This API element is subject to removal in a future version.interface
WritableRegistry<T,
B extends RegistryBuilder<T>> A registry which supports registering new objects. -
Uses of RegistryBuilder in io.papermc.paper.registry.event.type
Classes in io.papermc.paper.registry.event.type with type parameters of type RegistryBuilderModifier and TypeInterfaceDescriptioninterface
RegistryEntryAddEventType<T,
B extends RegistryBuilder<T>> Lifecycle event type forRegistryEntryAddEvent
s.
RegistryComposeEvent