Uses of Interface
io.papermc.paper.registry.data.SulfurCubeArchetypeRegistryEntry.Builder
Packages that use SulfurCubeArchetypeRegistryEntry.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 SulfurCubeArchetypeRegistryEntry.Builder in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return SulfurCubeArchetypeRegistryEntry.BuilderModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.Builder.attributeModifiers(SulfurCubeArchetypeRegistryEntry.AttributeEntry... entries) Sets the attribute modifiers to apply to a sulfur cube of this archetype.SulfurCubeArchetypeRegistryEntry.Builder.attributeModifiers(Iterable<SulfurCubeArchetypeRegistryEntry.AttributeEntry> entries) Sets the attribute modifiers to apply to a sulfur cube of this archetype.SulfurCubeArchetypeRegistryEntry.Builder.buoyant(boolean buoyant) Sets the ability of the sulfur cube to float.SulfurCubeArchetypeRegistryEntry.Builder.contactDamage(@Nullable SulfurCubeArchetypeRegistryEntry.ContactDamage damage) Sets the damage a sulfur cube of this archetype can deal when in contact of another entity.SulfurCubeArchetypeRegistryEntry.Builder.explosion(@Nullable SulfurCubeArchetypeRegistryEntry.ExplosionSettings settings) Sets the explosion settings of a sulfur cube of this archetype.SulfurCubeArchetypeRegistryEntry.Builder.items(RegistryKeySet<ItemType> items) Sets the items a sulfur cube of this archetype can absorb.SulfurCubeArchetypeRegistryEntry.Builder.knockbackModifiers(SulfurCubeArchetypeRegistryEntry.KnockbackModifiers modifiers) Sets the knockback modifiers a sulfur cube of this archetype will receive when knocked by another entity.SulfurCubeArchetypeRegistryEntry.Builder.soundSettings(SulfurCubeArchetypeRegistryEntry.SoundSettings settings) Sets the sound settings of a sulfur cube of this archetype. -
Uses of SulfurCubeArchetypeRegistryEntry.Builder in io.papermc.paper.registry.event
Fields in io.papermc.paper.registry.event with type parameters of type SulfurCubeArchetypeRegistryEntry.Builder