BlockEntity
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.
Extending CapabilityProvider<BlockEntity>
BlockEntity extends CapabilityProvider<BlockEntity>. That means all methods available in CapabilityProvider<BlockEntity> are also available in BlockEntity
Methods
Return Type: BlockPos
Return Type: BlockState
Return Type: Level?
Return Type: boolean
Parameter | Type |
---|---|
Parameter data | Type MapData |
Parameter | Type |
---|---|
Parameter data | Type MapData |
Properties
Name | Type | Has Getter | Has Setter |
---|---|---|---|
Name blockPos | Type BlockPos | Has Getter true | Has Setter false |
Name blockState | Type BlockState | Has Getter true | Has Setter false |
Name data | Type MapData | Has Getter true | Has Setter true |
Name hasLevel | Type boolean | Has Getter true | Has Setter false |
Name level | Type Level? | Has Getter true | Has Setter false |