mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-13 19:50:31 +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()
|
public String[] getMethodNames()
|
||||||
{
|
{
|
||||||
return new String[] {
|
return new String[] {
|
||||||
"playsound", // Plays sound at resourceLocator
|
"playSound", // Plays sound at resourceLocator
|
||||||
"playnote" // Plays note
|
"playNote" // Plays note
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user