mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-29 08:42:17 +00:00
Changed method names to camelCaser
This commit is contained in:
@@ -72,8 +72,8 @@ public class SpeakerPeripheral implements IPeripheral {
|
||||
public String[] getMethodNames()
|
||||
{
|
||||
return new String[] {
|
||||
"playsound", // Plays sound at resourceLocator
|
||||
"playnote" // Plays note
|
||||
"playSound", // Plays sound at resourceLocator
|
||||
"playNote" // Plays note
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user