Uses of Interface
io.papermc.paper.registry.data.SulfurCubeArchetypeRegistryEntry.ExplosionSettings
Packages that use SulfurCubeArchetypeRegistryEntry.ExplosionSettings
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent.-
Uses of SulfurCubeArchetypeRegistryEntry.ExplosionSettings in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return SulfurCubeArchetypeRegistryEntry.ExplosionSettingsModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.explosion()Provides the explosion settings of a sulfur cube of this archetype.SulfurCubeArchetypeRegistryEntry.ExplosionSettings.of(@NonNegative int power, boolean incendiary, @Positive int fuseTicks) Creates a new explosion settings instance based on the passed values.Methods in io.papermc.paper.registry.data with parameters of type SulfurCubeArchetypeRegistryEntry.ExplosionSettingsModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.Builder.explosion(@Nullable SulfurCubeArchetypeRegistryEntry.ExplosionSettings settings) Sets the explosion settings of a sulfur cube of this archetype.