Skip to content

Commit e000a4b

Browse files
committed
Add new 9.6.0 NMS methods to MockCommandAPIBukkit
1 parent cf61f14 commit e000a4b

File tree

1 file changed

+10
-0
lines changed
  • commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test-toolkit/src/main/java/dev/jorel/commandapi

1 file changed

+10
-0
lines changed

commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test-toolkit/src/main/java/dev/jorel/commandapi/MockCommandAPIBukkit.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ public OfflinePlayer getOfflinePlayer(CommandContext<MockCommandSource> cmdCtx,
211211
// UNIMPLEMENTED METHODS //
212212
///////////////////////////
213213

214+
@Override
215+
public ArgumentType<?> _ArgumentAdvancement() {
216+
throw new UnimplementedMethodException();
217+
}
218+
214219
@Override
215220
public ArgumentType<?> _ArgumentAngle() {
216221
throw new UnimplementedMethodException();
@@ -311,6 +316,11 @@ public ArgumentType<?> _ArgumentPosition2D() {
311316
throw new UnimplementedMethodException();
312317
}
313318

319+
@Override
320+
public ArgumentType<?> _ArgumentRecipe() {
321+
throw new UnimplementedMethodException();
322+
}
323+
314324
@Override
315325
public ArgumentType<?> _ArgumentRotation() {
316326
throw new UnimplementedMethodException();

0 commit comments

Comments
 (0)