Uses of Enum Class
net.minecraftforge.common.data.SoundDefinition.SoundType
-
Uses of SoundDefinition.SoundType in net.minecraftforge.common.data
Modifier and TypeFieldDescriptionprivate static final SoundDefinition.SoundType
SoundDefinition.Sound.DEFAULT_TYPE
private final SoundDefinition.SoundType
SoundDefinition.Sound.type
Modifier and TypeMethodDescription(package private) SoundDefinition.SoundType
SoundDefinition.Sound.type()
static SoundDefinition.SoundType
Returns the enum constant of this class with the specified name.static SoundDefinition.SoundType[]
SoundDefinition.SoundType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic SoundDefinition.Sound
SoundDefinition.Sound.sound
(ResourceLocation name, SoundDefinition.SoundType type) Creates a new sound with the given name and type.protected static SoundDefinition.Sound
SoundDefinitionsProvider.sound
(String name, SoundDefinition.SoundType type) Creates a new sound with the given name and type.protected static SoundDefinition.Sound
SoundDefinitionsProvider.sound
(ResourceLocation name, SoundDefinition.SoundType type) Creates a new sound with the given name and type.ModifierConstructorDescriptionprivate
Sound
(ResourceLocation name, SoundDefinition.SoundType type)