Interface DamageTypeTemplate
- All Superinterfaces:
DataPackEntry<DamageTypeTemplate>
,DataSerializable
,Keyed
,ResourceKeyed
A template for
damage types
.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DamageTypeTemplate.Builder
builder()
type()
Returns the damage typeMethods inherited from interface org.spongepowered.api.datapack.DataPackEntry
pack
Methods inherited from interface org.spongepowered.api.data.persistence.DataSerializable
contentVersion, toContainer
Methods inherited from interface org.spongepowered.api.ResourceKeyed
key
-
Method Details
-
builder
-
type
DamageType type()Returns the damage type- Returns:
- the damage type
-