Uses of Interface
io.papermc.paper.registry.data.SulfurCubeArchetypeRegistryEntry.ContactDamage
Packages that use SulfurCubeArchetypeRegistryEntry.ContactDamage
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent.-
Uses of SulfurCubeArchetypeRegistryEntry.ContactDamage in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return SulfurCubeArchetypeRegistryEntry.ContactDamageModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.contactDamage()Provides the damage a sulfur cube of this archetype can deal when in contact of another entity.SulfurCubeArchetypeRegistryEntry.ContactDamage.of(TypedKey<DamageType> damageType, @NonNegative float amount, boolean attributeToSource) Creates a new contact damage instance based on the passed values.Methods in io.papermc.paper.registry.data with parameters of type SulfurCubeArchetypeRegistryEntry.ContactDamageModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.Builder.contactDamage(@Nullable SulfurCubeArchetypeRegistryEntry.ContactDamage damage) Sets the damage a sulfur cube of this archetype can deal when in contact of another entity.