WaterSourcePlugin.java

This commit is contained in:
Kermit Frog
2021-07-10 16:40:02 +00:00
committed by Ceikry
parent 1cefc20dc3
commit 46b6017b15
@@ -25,7 +25,7 @@ public final class WaterSourcePlugin extends UseWithHandler {
/** /**
* Represents the objects to use the buckets on. * Represents the objects to use the buckets on.
*/ */
private static final int[] OBJECTS = new int[] { 16302, 6827, 11661, 24160, 34577, 15936, 15937, 15938, 23920, 35469, 24265, 153, 879, 880, 2864, 6232, 10436, 10437, 10827, 11007, 11759, 21764, 22973, 24161, 24214, 24265, 28662, 30223, 30820, 34579, 36781, 873, 874, 4063, 6151, 8699, 9143, 9684, 10175, 12279, 12974, 13563, 13564, 14868, 14917, 15678, 16704, 16705, 20358, 22715, 24112, 24314, 25729, 25929, 26966, 29105, 33458, 34082, 34411, 34496, 34547, 34566, 35762, 36971, 37154, 37155, 878, 884, 3264, 3305, 3359, 4004, 4005, 6097, 6249, 6549, 8747, 8927, 11793, 12201, 12897, 24166, 26945, 31359, 32023, 32024, 34576, 35671, 40063, 13561, 13563, 13559 }; private static final int[] OBJECTS = new int[] { 21355, 16302, 6827, 11661, 24160, 34577, 15936, 15937, 15938, 23920, 35469, 24265, 153, 879, 880, 2864, 6232, 10436, 10437, 10827, 11007, 11759, 21764, 22973, 24161, 24214, 24265, 28662, 30223, 30820, 34579, 36781, 873, 874, 4063, 6151, 8699, 9143, 9684, 10175, 12279, 12974, 13563, 13564, 14868, 14917, 15678, 16704, 16705, 20358, 22715, 24112, 24314, 25729, 25929, 26966, 29105, 33458, 34082, 34411, 34496, 34547, 34566, 35762, 36971, 37154, 37155, 878, 884, 3264, 3305, 3359, 4004, 4005, 6097, 6249, 6549, 8747, 8927, 11793, 12201, 12897, 24166, 26945, 31359, 32023, 32024, 34576, 35671, 40063, 13561, 13563, 13559 };
/** /**
* Represents the animation to use. * Represents the animation to use.
@@ -63,7 +63,7 @@ public final class WaterSourcePlugin extends UseWithHandler {
* @version 1.0 * @version 1.0
*/ */
public enum WaterRecipient { public enum WaterRecipient {
BUCKET(new Item(1925), new Item(1929)), BUCKET(new Item(1925), new Item(1929), "You fill the bucket with water."),
VIAL(new Item(229), new Item(227)), VIAL(new Item(229), new Item(227)),
JUG(new Item(1935), new Item(1937)), JUG(new Item(1935), new Item(1937)),
BOWL(new Item(1923), new Item(1921)), BOWL(new Item(1923), new Item(1921)),