Class LodestoneBlockSoundEventSystem.SoundEventBuilderBlueprint
java.lang.Object
team.lodestar.lodestone.modules.datagen.providers.sound.LodestoneBlockSoundEventSystem.SoundEventBuilderBlueprint
- Enclosing class:
LodestoneBlockSoundEventSystem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Consumer<BlockSoundEventBuilder> protected final String -
Constructor Summary
ConstructorsConstructorDescriptionSoundEventBuilderBlueprint(String path, Consumer<BlockSoundEventBuilder> modifier) -
Method Summary
Modifier and TypeMethodDescriptionadd(RegistryReadyBlockSoundType soundType) add(RegistryReadyBlockSoundType soundType, Consumer<BlockSoundEventBuilder> extraModifier) addAll(RegistryReadyBlockSoundType... soundTypes) modify(Consumer<BlockSoundEventBuilder> extraModifier)
-
Field Details
-
path
-
modifier
-
-
Constructor Details
-
SoundEventBuilderBlueprint
-
-
Method Details
-
modify
public LodestoneBlockSoundEventSystem.SoundEventBuilderBlueprint modify(Consumer<BlockSoundEventBuilder> extraModifier) -
addAll
public LodestoneBlockSoundEventSystem.SoundEventBuilderBlueprint addAll(RegistryReadyBlockSoundType... soundTypes) -
add
public LodestoneBlockSoundEventSystem.SoundEventBuilderBlueprint add(RegistryReadyBlockSoundType soundType) -
add
public LodestoneBlockSoundEventSystem.SoundEventBuilderBlueprint add(RegistryReadyBlockSoundType soundType, Consumer<BlockSoundEventBuilder> extraModifier)
-