public class SpongeTileEntityType extends Object implements org.spongepowered.api.block.tileentity.TileEntityType
Constructor and Description |
---|
SpongeTileEntityType(Class<? extends org.spongepowered.api.block.tileentity.TileEntity> clazz,
String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getName() |
Class<? extends org.spongepowered.api.block.tileentity.TileEntity> |
getTileEntityType() |
int |
hashCode() |
String |
toString() |
public Class<? extends org.spongepowered.api.block.tileentity.TileEntity> getTileEntityType()
getTileEntityType
in interface org.spongepowered.api.block.tileentity.TileEntityType
public String getId()
getId
in interface org.spongepowered.api.CatalogType
public String getName()
getName
in interface org.spongepowered.api.CatalogType