Object BlockSounds.Companion
-
- All Implemented Interfaces:
public class BlockSounds.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>NEXO_STONE_SOUNDSprivate final List<String>NEXO_WOOD_SOUNDSprivate final List<String>VANILLA_STONE_SOUNDSprivate final List<String>VANILLA_WOOD_SOUNDSpublic final static BlockSounds.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<String>getNEXO_STONE_SOUNDS()final List<String>getNEXO_WOOD_SOUNDS()final List<String>getVANILLA_STONE_SOUNDS()final List<String>getVANILLA_WOOD_SOUNDS()-
-
Method Detail
-
getNEXO_STONE_SOUNDS
final List<String> getNEXO_STONE_SOUNDS()
-
getNEXO_WOOD_SOUNDS
final List<String> getNEXO_WOOD_SOUNDS()
-
getVANILLA_STONE_SOUNDS
final List<String> getVANILLA_STONE_SOUNDS()
-
getVANILLA_WOOD_SOUNDS
final List<String> getVANILLA_WOOD_SOUNDS()
-
-
-
-