Breakable

interface Breakable

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
class Default(hardness: Provider<Double>, toolCategories: Provider<Set<ToolCategory>>, toolTier: Provider<ToolTier?>, requiresToolForDrops: Provider<Boolean>, breakParticles: Provider<Material?>, showBreakAnimation: Provider<Boolean>) : BlockBehavior, Breakable

Properties

Link copied to clipboard
abstract val breakParticles: Material?
Link copied to clipboard
abstract val hardness: Double
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val toolTier: ToolTier?