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