Uses of Interface
io.papermc.paper.registry.data.SulfurCubeArchetypeRegistryEntry.AttributeEntry
Packages that use SulfurCubeArchetypeRegistryEntry.AttributeEntry
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent.-
Uses of SulfurCubeArchetypeRegistryEntry.AttributeEntry in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return SulfurCubeArchetypeRegistryEntry.AttributeEntryModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.AttributeEntry.of(TypedKey<Attribute> attribute, AttributeModifier modifier) Creates a new attribute entry instance based on the passed values.Methods in io.papermc.paper.registry.data that return types with arguments of type SulfurCubeArchetypeRegistryEntry.AttributeEntryModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.attributeModifiers()Provides the attribute modifiers to apply to a sulfur cube of this archetype.Methods in io.papermc.paper.registry.data with parameters of type SulfurCubeArchetypeRegistryEntry.AttributeEntryModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.Builder.attributeModifiers(SulfurCubeArchetypeRegistryEntry.AttributeEntry... entries) Sets the attribute modifiers to apply to a sulfur cube of this archetype.Method parameters in io.papermc.paper.registry.data with type arguments of type SulfurCubeArchetypeRegistryEntry.AttributeEntryModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.Builder.attributeModifiers(Iterable<SulfurCubeArchetypeRegistryEntry.AttributeEntry> entries) Sets the attribute modifiers to apply to a sulfur cube of this archetype.