Package org.spongepowered.api.data.type
Interface ArtType
-
- All Superinterfaces:
DefaultedRegistryValue
@CatalogedBy(ArtTypes.class) public interface ArtType extends DefaultedRegistryValue
Represents a piece of art to be displayed byPaintings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intheight()Gets the height in blocks this art piece spans.intwidth()Gets the width in blocks this art piece spans.-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-