MCTileEntity
Represents a block entity.
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<MCTileEntity>
MCTileEntity extends CapabilityProvider<MCTileEntity>. That means all methods available in CapabilityProvider<MCTileEntity> are also available in MCTileEntity
Methods
Return Type: void
Parameter | Type | Description |
---|---|---|
Parameter data | Type MapData | Description No Description Provided |
Properties
Name | Type | Has Getter | Has Setter | Description |
---|---|---|---|---|
Name data | Type MapData | Has Getter true | Has Setter false | Description No Description Provided |
Name pos | Type BlockPos | Has Getter true | Has Setter false | Description No Description Provided |
Name world | Type MCWorld | Has Getter true | Has Setter false | Description No Description Provided |