mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-02 12:35:27 +02:00
more work on command on level up and misc refactoring on unit tests
This commit is contained in:
12
src/test/java/com/gmail/nossr50/util/TestPlayerMock.java
Normal file
12
src/test/java/com/gmail/nossr50/util/TestPlayerMock.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.gmail.nossr50.util;
|
||||
|
||||
import com.gmail.nossr50.datatypes.player.McMMOPlayer;
|
||||
import com.gmail.nossr50.datatypes.player.PlayerProfile;
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.entity.Player;
|
||||
import org.bukkit.inventory.PlayerInventory;
|
||||
|
||||
public record TestPlayerMock(Player player, PlayerInventory playerInventory,
|
||||
Location playerLocation, PlayerProfile playerProfile,
|
||||
McMMOPlayer mmoPlayer) {
|
||||
}
|
Reference in New Issue
Block a user