Default
Constructors
Properties
The type of break particles to spawn in case the block is entity-backed or model-less with no vanilla particles.
Whether the block requires a tool to drop its item.
Whether the break animation should be shown.
The ToolCategories required to break the block. If empty, no specific tool is required.
Functions
Retrieves the items that would be dropped when breaking a block of state at pos with the given ctx. Handlers should check DefaultContextParamTypes.BLOCK_DROPS and DefaultContextParamTypes.BLOCK_STORAGE_DROPS.
Retrieves the amount of experience that would be dropped when breaking a block of state at pos with the given ctx. Handlers should check DefaultContextParamTypes.BLOCK_EXP_DROPS.
Whether this behavior implements random-tick logic for the given state. Note that the result of this method will be cached on startup.
Called when a block at neighborPos changed to update the NovaBlockState of this state at pos.