Uses of Interface
io.papermc.paper.registry.data.SulfurCubeArchetypeRegistryEntry.KnockbackModifiers
Packages that use SulfurCubeArchetypeRegistryEntry.KnockbackModifiers
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent.-
Uses of SulfurCubeArchetypeRegistryEntry.KnockbackModifiers in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return SulfurCubeArchetypeRegistryEntry.KnockbackModifiersModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.knockbackModifiers()Provides the knockback modifiers a sulfur cube of this archetype will receive when knocked by another entity.SulfurCubeArchetypeRegistryEntry.KnockbackModifiers.of(float horizontalPower, float verticalPower) Creates a new knockback modifiers instance based on the passed values.Methods in io.papermc.paper.registry.data with parameters of type SulfurCubeArchetypeRegistryEntry.KnockbackModifiersModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.Builder.knockbackModifiers(SulfurCubeArchetypeRegistryEntry.KnockbackModifiers modifiers) Sets the knockback modifiers a sulfur cube of this archetype will receive when knocked by another entity.