Fallable
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Methods
Gets the damage source used when this block falls on an entity.
Returns: The damage source used when this block falls on an entity.
Return Type: DamageSource
Gets a predicate that determines if an entity should be damaged by this falling block.
Returns: The predicate that determines if an entity should be damaged by this falling block.
Return Type: Predicate<Entity>
Parameter | Type |
---|---|
Parameter level | Type Level |
Parameter pos | Type BlockPos |
Parameter fallingEntity | Type FallingBlockEntity |
Parameter | Type |
---|---|
Parameter level | Type Level |
Parameter pos | Type BlockPos |
Parameter fallingState | Type BlockState |
Parameter placeState | Type BlockState |
Parameter fallingEntity | Type FallingBlockEntity |
Properties
Name | Type | Has Getter | Has Setter | Description |
---|---|---|---|---|
Name fallDamageSource | Type DamageSource | Has Getter true | Has Setter false | Description Gets the damage source used when this block falls on an entity. |
Name hurtsEntitySelector | Type Predicate<Entity> | Has Getter true | Has Setter false | Description Gets a predicate that determines if an entity should be damaged by this falling block. |