HasOptionalTileEntity
A ContextIntention that has optional parameters about the tile entity of a block.
Autofillers
| Target | # | Source(s) | Notes |
|---|---|---|---|
| TILE_ENTITY_NOVA | 1. | BLOCK_POS | |
| TILE_ENTITY_DATA_NOVA | 1. | TILE_ENTITY_NOVA |
Inheritors
Properties
The block at a position in a world.
The position of a block.
The custom block state.
The vanilla block data (block state).
The block type as id.
The custom block type.
The vanilla block type.
The world of a block.
The parameter types that must be present in a context with this intention.
The tile-entity data of a nova tile-entity.
The nova tile-entity of a block.
The vanilla tile-entity of a block.
Functions
Adds an autofiller for paramType to this intention, allowing contexts with this intention to autofill parameters of this type if they are not explicitly specified.
Gets the autofillers for paramType in this intention in the order they should be queried.
Adds paramType as a required context parameter type for this intention, forcing all contexts with this intention to have a parameter of this type, either through explicit specification or through autofilling.