mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-13 11:40:29 +00:00
Changed method names to camelCaser
This commit is contained in:
parent
61c08afc7f
commit
6cf1801f7e
@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user