Object BlockSounds.Companion
-
- All Implemented Interfaces:
public class BlockSounds.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>
NEXO_STONE_SOUNDS
private final List<String>
NEXO_WOOD_SOUNDS
private final List<String>
VANILLA_STONE_SOUNDS
private final List<String>
VANILLA_WOOD_SOUNDS
public final static BlockSounds.Companion
INSTANCE
-
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()
-
-
-
-