Interface FeatureTemplate
- All Superinterfaces:
DataPackEntry<FeatureTemplate>
,DataSerializable
,Keyed
,ResourceKeyed
A template for
features
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FeatureTemplate.Builder
builder()
feature()
Returns the feature.Methods 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
-
feature
Feature feature()Returns the feature.- Returns:
- The feature
-