file_name
stringlengths
6
86
file_path
stringlengths
45
249
content
stringlengths
47
6.26M
file_size
int64
47
6.26M
language
stringclasses
1 value
extension
stringclasses
1 value
repo_name
stringclasses
767 values
repo_stars
int64
8
14.4k
repo_forks
int64
0
1.17k
repo_open_issues
int64
0
788
repo_created_at
stringclasses
767 values
repo_pushed_at
stringclasses
767 values
TeamSetupCommands.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/setup/TeamSetupCommands.java
package me.patothebest.gamecore.commands.setup; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.permission.Permission; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.AbstractGameTeam; import me.patothebest...
5,075
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GeneralSetupCommands.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/setup/GeneralSetupCommands.java
package me.patothebest.gamecore.commands.setup; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.command.Command; import me.patothebest.gamecore.command.CommandContext; import me.patothebest.gamecore.command.CommandException; import me.patothebest.gamecore.command.LangDescription; import me...
2,265
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CreateArenaCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/setup/CreateArenaCommand.java
package me.patothebest.gamecore.commands.setup; import me.patothebest.gamecore.PluginConfig; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaManager; import me.patothebest.gamecore.command.ChildOf; import me.patothebest.gamecor...
3,257
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
SetupCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/setup/SetupCommand.java
package me.patothebest.gamecore.commands.setup; import com.google.inject.Inject; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.permission.Permission; import me.patothebest.gamecore.chat.CommandPagination; import me.patothebest.gamecore.command.Command; import me.patothebest.gamecore.comm...
1,488
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
KitCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/kit/KitCommand.java
package me.patothebest.gamecore.commands.kit; import me.patothebest.gamecore.guis.kit.KitUIFactory; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.permission.Permission; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.chat.CommandPagination; import me.patothebest...
12,293
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AdminCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/admin/AdminCommand.java
package me.patothebest.gamecore.commands.admin; import com.google.inject.Inject; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.permission.Permission; import me.patothebest.gamecore.chat.CommandPagination; import me.patothebest.gamecore.command.BaseCommand; import me.patothebest.gamecore....
1,659
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
RenameCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/admin/RenameCommand.java
package me.patothebest.gamecore.commands.admin; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.command.HiddenCommand; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.permission.Permission; import me.patothebest.gamecore.command.BaseCommand; import me.patothebest....
2,909
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AdminArenaCommands.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/admin/AdminArenaCommands.java
package me.patothebest.gamecore.commands.admin; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.ArenaManager; import me.patothebest.gamecore.command.ChildOf; import me.patothebest.gamecore.command.Command; import me.patothebest.game...
3,855
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GeneralAdminCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/admin/GeneralAdminCommand.java
package me.patothebest.gamecore.commands.admin; import com.google.inject.Inject; import com.google.inject.Singleton; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.PluginConfig; import me.patothebest.gamecore.command.ChatColor; import me.patothebest.gamecore.lang.CoreLang; import me.patothe...
7,298
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ArenaUserCommands.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/user/ArenaUserCommands.java
package me.patothebest.gamecore.commands.user; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.event.player.RandomArenaJoinEvent; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest....
6,574
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
UserKitCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/user/UserKitCommand.java
package me.patothebest.gamecore.commands.user; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.command.BaseCommand; import me.patothebest.gamecore.command.ChildOf; import me.patothebest.gamecore.command.Command; import me.patothebest.gamecore.command.CommandContext; import me.patothebest.game...
3,124
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LocaleCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/commands/user/LocaleCommand.java
package me.patothebest.gamecore.commands.user; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.guis.user.ChooseLocale; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.command.Command; import me.patothebest.gamecore.command.CommandContext; import me.patothebest.gam...
1,364
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/TreasureManager.java
package me.patothebest.gamecore.treasure; import com.google.inject.Inject; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.modules.ModuleName; import me.patothebest.gamecore.treasure.chest.TreasureChest; import me.patothebest.gamecore.trea...
9,114
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/TreasureCommand.java
package me.patothebest.gamecore.treasure; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.permission.Permission; import me.patothebest.gamecore.treasure.type.TreasureType; import me.patothebest.gamecore.chat.CommandPagination; import me.patothebest.gamecore.command.BaseCommand; import me.p...
7,584
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/TreasureModule.java
package me.patothebest.gamecore.treasure; import com.google.inject.TypeLiteral; import com.google.inject.assistedinject.FactoryModuleBuilder; import com.google.inject.multibindings.MapBinder; import com.google.inject.multibindings.Multibinder; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.t...
2,874
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureFactory.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/TreasureFactory.java
package me.patothebest.gamecore.treasure; import me.patothebest.gamecore.treasure.chest.TreasureChest; import me.patothebest.gamecore.treasure.chest.TreasureChestLocation; import me.patothebest.gamecore.treasure.reward.RewardRandomizer; import me.patothebest.gamecore.treasure.type.TreasureType; import me.patothebest.g...
1,548
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureConfigFile.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/TreasureConfigFile.java
package me.patothebest.gamecore.treasure; import com.google.inject.Inject; import com.google.inject.Singleton; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.treasure.type.TreasureType; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.file.FlatFile; import me.patothe...
2,288
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureFile.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/TreasureFile.java
package me.patothebest.gamecore.treasure; import com.google.inject.Inject; import com.google.inject.Singleton; import me.patothebest.gamecore.file.FlatFile; import me.patothebest.gamecore.modules.Module; @Singleton public class TreasureFile extends FlatFile implements Module { @Inject private TreasureFile() { ...
408
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
RewardData.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/reward/RewardData.java
package me.patothebest.gamecore.treasure.reward; import org.bukkit.ChatColor; import org.bukkit.inventory.ItemStack; public class RewardData { private final String name; private final ItemStack itemStack; private boolean rareItem; public RewardData(String name, ItemStack itemStack) { this.na...
985
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
RewardRandomizer.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/reward/RewardRandomizer.java
package me.patothebest.gamecore.treasure.reward; import com.google.inject.assistedinject.Assisted; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.treasure.type.TreasureType; imp...
1,580
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
RewardProvider.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/reward/RewardProvider.java
package me.patothebest.gamecore.treasure.reward; import com.google.inject.Inject; import com.google.inject.Injector; import com.google.inject.Provider; import me.patothebest.gamecore.injector.InstanceProvider; public class RewardProvider implements InstanceProvider<Reward> { private final Class<? extends Reward>...
719
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Reward.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/reward/Reward.java
package me.patothebest.gamecore.treasure.reward; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.player.IPlayer; import org.bukkit.configuration.ConfigurationSection; import org.bukkit.inventory.ItemStack; public abstract class Reward { private int chance; protected String hologramM...
2,339
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
RewardFile.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/reward/RewardFile.java
package me.patothebest.gamecore.treasure.reward; import com.google.inject.Inject; import com.google.inject.Singleton; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.file.FlatFile; import me.patothebest.gamecore.injector.InstanceProvider; import me.p...
3,472
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ShopReward.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/reward/rewards/ShopReward.java
package me.patothebest.gamecore.treasure.reward.rewards; import com.google.inject.Inject; import me.patothebest.gamecore.cosmetics.shop.ShopItem; import me.patothebest.gamecore.cosmetics.shop.ShopManager; import me.patothebest.gamecore.cosmetics.shop.ShopRegistry; import me.patothebest.gamecore.itemstack.ItemStackBuil...
5,796
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PermissionReward.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/reward/rewards/PermissionReward.java
package me.patothebest.gamecore.treasure.reward.rewards; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.treasure.reward.Reward; import me.patothebest.gamecore.treasure.reward.Rew...
2,093
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MoneyReward.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/reward/rewards/MoneyReward.java
package me.patothebest.gamecore.treasure.reward.rewards; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.treasure.reward.Reward; import ...
2,288
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
KitReward.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/reward/rewards/KitReward.java
package me.patothebest.gamecore.treasure.reward.rewards; import com.google.inject.Inject; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.kit.Kit; import me.patothebest.gamecore.kit.K...
4,299
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CommandReward.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/reward/rewards/CommandReward.java
package me.patothebest.gamecore.treasure.reward.rewards; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.treasure.reward.Reward; import me.patothebest.gamecore.treasure.reward.Rew...
1,929
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ItemReward.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/reward/rewards/ItemReward.java
package me.patothebest.gamecore.treasure.reward.rewards; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.treasure.reward.Reward; import ...
1,885
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureMySQLEntity.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/entities/TreasureMySQLEntity.java
package me.patothebest.gamecore.treasure.entities; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.player.modifiers.PlayerModifier; import me.patothebest.gamecore.player.modifiers.TreasureModifier; import me.patothebest.gamecore.storage.mysql.MySQLEntity; import me.patothebest.gamecore...
2,860
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Queries.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/entities/Queries.java
package me.patothebest.gamecore.treasure.entities; import me.patothebest.gamecore.PluginConfig; class Queries { private static final String TABLE_NAME = PluginConfig.SQL_PREFIX + "_treasure_chests"; static final String CREATE_TABLE = "CREATE TABLE IF NOT EXISTS `" + TABLE_NAME + "` (\n" + ...
1,246
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureFlatFileEntity.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/entities/TreasureFlatFileEntity.java
package me.patothebest.gamecore.treasure.entities; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.storage.StorageException; import me.patothebest.gamecore.storage.flatfile.FlatFileEntity; import me.patothebest.gamecore.storage.flatfile.PlayerProfileFile; import me.patothebest.gamecore...
1,360
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
OpenChestNoVoteUI.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/ui/OpenChestNoVoteUI.java
package me.patothebest.gamecore.treasure.ui; import com.google.inject.Inject; import com.google.inject.assistedinject.Assisted; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.itemstack.StainedGlassPane; import me.patothebest.gamecore...
1,940
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
OpenChestButton.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/ui/OpenChestButton.java
package me.patothebest.gamecore.treasure.ui; import com.google.inject.Inject; import com.google.inject.assistedinject.Assisted; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.treasure.chest.TreasureChestLocation; import me.patothebest.gamecore.treasure.type.TreasureType; impo...
2,583
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
OpenChestVoteUI.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/ui/OpenChestVoteUI.java
package me.patothebest.gamecore.treasure.ui; import com.google.inject.Inject; import com.google.inject.assistedinject.Assisted; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.itemstack.StainedGlassPane; import me.patothebest.gamecore...
2,241
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
BuyTreasureChestsUI.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/ui/BuyTreasureChestsUI.java
package me.patothebest.gamecore.treasure.ui; import com.google.inject.assistedinject.Assisted; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.gui.inventory.button.SimpleButton; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.itemstack.Material; impor...
4,968
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Rarity.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/type/Rarity.java
package me.patothebest.gamecore.treasure.type; public enum Rarity { COMMON, RARE, EPIC, LEGENDARY }
118
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureType.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/type/TreasureType.java
package me.patothebest.gamecore.treasure.type; import java.util.List; public enum TreasureType { NORMAL("normal", "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBiMDY4NzA5NzkwZDQxYjg5MjdiODQyMmQyMWJiNTI0MDRiNTViNGNhMzUyY2RiN2M2OGU0YjM2NTkyNzIxIn19fQ=="), RARE("rare...
3,101
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureChestStructure.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/chest/TreasureChestStructure.java
package me.patothebest.gamecore.treasure.chest; import me.patothebest.gamecore.treasure.type.TreasureType; import java.util.HashMap; import java.util.Map; public class TreasureChestStructure { public final static char[][][][] STRUCTURE; public final static Map<TreasureType, Map<TreasureChestStructurePiece, ...
10,332
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureChestStructureFile.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/chest/TreasureChestStructureFile.java
package me.patothebest.gamecore.treasure.chest; import com.google.inject.Inject; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.util.Utils; import me.patothebest.gamecore.file.FlatFile; import me.patothebest.gamecore.modules.ActivableModule;...
2,843
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureChestLocation.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/chest/TreasureChestLocation.java
package me.patothebest.gamecore.treasure.chest; import com.google.inject.Provider; import com.google.inject.assistedinject.Assisted; import com.google.inject.assistedinject.AssistedInject; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.hologram.Hologram; import me.patothebest.gamecor...
4,252
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureChest.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/chest/TreasureChest.java
package me.patothebest.gamecore.treasure.chest; import com.google.inject.Inject; import com.google.inject.assistedinject.Assisted; import fr.mrmicky.fastparticle.FastParticle; import fr.mrmicky.fastparticle.ParticleType; import me.patothebest.gamecore.itemstack.ItemStackBuilder; import me.patothebest.gamecore.schedule...
17,592
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureChestStructurePiece.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/chest/TreasureChestStructurePiece.java
package me.patothebest.gamecore.treasure.chest; import me.patothebest.gamecore.util.DoubleCallback; import org.bukkit.block.Block; public enum TreasureChestStructurePiece { // The lamp block LAMP('l', "lamp"), // The base block where the player will be standing BASE('g', "base", (treasureChest, b...
2,503
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TreasureChestPiece.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/treasure/chest/TreasureChestPiece.java
package me.patothebest.gamecore.treasure.chest; import me.patothebest.gamecore.itemstack.Material; import java.util.Optional; public class TreasureChestPiece { private final Material material; private final byte data; public TreasureChestPiece(Optional<Material> material) { this.material = mate...
801
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PluginScheduler.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/scheduler/PluginScheduler.java
package me.patothebest.gamecore.scheduler; import com.google.inject.Inject; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.modules.Module; import org.bukkit.Bukkit; import org.bukkit.event.Event; import org.bukkit.plugin.Plugin; import org.bukkit.scheduler.BukkitTask; import org.bukkit.sched...
8,554
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LoggerFactory.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/logger/LoggerFactory.java
package me.patothebest.gamecore.logger; import me.patothebest.gamecore.CorePlugin; import java.util.HashMap; import java.util.Map; class LoggerFactory { private final CorePlugin plugin; private final Map<String, Logger> loggerMap = new HashMap<>(); LoggerFactory(CorePlugin plugin) { this.plugin...
641
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LoggerTypeListener.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/logger/LoggerTypeListener.java
package me.patothebest.gamecore.logger; import com.google.inject.TypeLiteral; import com.google.inject.spi.TypeEncounter; import com.google.inject.spi.TypeListener; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.modules.ModuleName; import java.lang.reflect.Field; class LoggerTypeListener i...
3,639
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LoggerMembersInjector.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/logger/LoggerMembersInjector.java
package me.patothebest.gamecore.logger; import com.google.inject.MembersInjector; import java.lang.reflect.Field; class LoggerMembersInjector<T> implements MembersInjector<T> { private final Field field; private final Logger logger; LoggerMembersInjector(Field field, Logger logger) { this.field...
592
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LoggerModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/logger/LoggerModule.java
package me.patothebest.gamecore.logger; import com.google.inject.matcher.Matchers; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.injector.AbstractBukkitModule; public class LoggerModule extends AbstractBukkitModule<CorePlugin> { public LoggerModule(CorePlugin plugin) { super(p...
460
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
InjectParentLogger.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/logger/InjectParentLogger.java
package me.patothebest.gamecore.logger; import me.patothebest.gamecore.modules.Module; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(value = RetentionPolicy.RUNTIME) @Target(value = ElementTy...
411
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Logger.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/logger/Logger.java
package me.patothebest.gamecore.logger; import me.patothebest.gamecore.PluginConfig; import java.util.logging.Level; import java.util.logging.LogRecord; public class Logger extends java.util.logging.Logger { private final String prefix; Logger(java.util.logging.Logger parent, String name, Level loggingLeve...
3,387
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
InjectImplementationLogger.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/logger/InjectImplementationLogger.java
package me.patothebest.gamecore.logger; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(value = RetentionPolicy.RUNTIME) @Target(value = ElementType.FIELD) public @interface InjectImplementation...
331
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
InjectLogger.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/logger/InjectLogger.java
package me.patothebest.gamecore.logger; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(value = RetentionPolicy.RUNTIME) @Target(value = ElementType.FIELD) public @interface InjectLogger { ...
349
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PermissionGroup.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/permission/PermissionGroup.java
package me.patothebest.gamecore.permission; import me.patothebest.gamecore.PluginConfig; import me.patothebest.gamecore.player.IPlayer; import org.bukkit.Bukkit; import org.bukkit.entity.Player; public class PermissionGroup { private final String name; private final org.bukkit.permissions.Permission bukkitPe...
1,184
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
GroupPermissible.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/permission/GroupPermissible.java
package me.patothebest.gamecore.permission; public interface GroupPermissible { PermissionGroup getPermissionGroup(); void setPermissionGroup(PermissionGroup permissionGroup); }
190
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Permission.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/permission/Permission.java
package me.patothebest.gamecore.permission; import me.patothebest.gamecore.PluginConfig; import org.bukkit.Bukkit; public enum Permission { USER("user"), CHOOSE_TEAM("choose.team"), CHOOSE_TEAM_OVERRIDE("choose.team.override"), CHOOSE_WEATHER("choose.weather"), CHOOSE_TIME("choose.time"), CHO...
1,476
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PermissionGroupManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/permission/PermissionGroupManager.java
package me.patothebest.gamecore.permission; import com.google.inject.Singleton; import me.patothebest.gamecore.modules.Module; import java.util.HashMap; import java.util.Map; @Singleton public class PermissionGroupManager implements Module { private final Map<String, PermissionGroup> permissionGroups; priva...
1,357
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StatsCommand.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/StatsCommand.java
package me.patothebest.gamecore.stats; import me.patothebest.gamecore.lang.CoreLang; import me.patothebest.gamecore.command.BaseCommand; import me.patothebest.gamecore.command.ChildOf; import me.patothebest.gamecore.command.Command; import me.patothebest.gamecore.command.CommandContext; import me.patothebest.gamecore....
3,028
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StatRecord.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/StatRecord.java
package me.patothebest.gamecore.stats; import me.patothebest.gamecore.util.SerializableObject; import java.util.Map; public class StatRecord implements SerializableObject { private int entryId; private final int playerId; private final String statName; private int stats; private int week; pr...
2,007
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StatsUpdateEvent.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/StatsUpdateEvent.java
package me.patothebest.gamecore.stats; import me.patothebest.gamecore.player.IPlayer; import org.bukkit.event.Event; import org.bukkit.event.HandlerList; public class StatsUpdateEvent extends Event { // -------------------------------------------- // // FIELDS // -----------------------------------------...
1,557
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
TrackedStatistic.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/TrackedStatistic.java
package me.patothebest.gamecore.stats; import me.patothebest.gamecore.util.Utils; import java.util.List; import java.util.concurrent.CopyOnWriteArrayList; public class TrackedStatistic { private final List<StatRecord> statRecords = new CopyOnWriteArrayList<>(); public List<StatRecord> getStatRecords() { ...
1,067
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StatPeriod.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/StatPeriod.java
package me.patothebest.gamecore.stats; public enum StatPeriod { WEEK, MONTH, ALL }
98
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StatsModule.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/StatsModule.java
package me.patothebest.gamecore.stats; import com.google.inject.multibindings.Multibinder; import me.patothebest.gamecore.CorePlugin; import me.patothebest.gamecore.stats.statistics.BlocksPlacedStatistic; import me.patothebest.gamecore.stats.statistics.DeathStatistic; import me.patothebest.gamecore.stats.statistics.Ki...
1,765
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StatsManager.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/StatsManager.java
package me.patothebest.gamecore.stats; import com.google.inject.Inject; import com.google.inject.Singleton; import me.patothebest.gamecore.file.CoreConfig; import me.patothebest.gamecore.logger.InjectLogger; import me.patothebest.gamecore.logger.Logger; import me.patothebest.gamecore.modules.ActivableModule; import me...
2,587
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
AbstractStatistic.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/AbstractStatistic.java
package me.patothebest.gamecore.stats; import com.google.inject.Inject; import me.patothebest.gamecore.leaderboards.LeaderboardQueries; import me.patothebest.gamecore.leaderboards.TopEntry; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.player.PlayerManager; import me.patothebest.gamecor...
6,986
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Statistic.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/Statistic.java
package me.patothebest.gamecore.stats; import me.patothebest.gamecore.leaderboards.TopEntry; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.util.NameableObject; import org.bukkit.entity.Player; import org.bukkit.event.Listener; import java.sql.Connection; import java.sql.SQLException; i...
984
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StatsFlatFileEntity.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/storage/StatsFlatFileEntity.java
package me.patothebest.gamecore.stats.storage; import com.google.inject.Inject; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.storage.StorageException; import me.patothebest.gamecore.storage.flatfile.FlatFileEntity; import me.patothebest.gamecore.storage.flatfile.PlayerProfileFile; i...
2,828
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StatsMySQLEntity.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/storage/StatsMySQLEntity.java
package me.patothebest.gamecore.stats.storage; import com.google.inject.Inject; import com.google.inject.Singleton; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.player.modifiers.PlayerModifier; import me.patothebest.gamecore.player.modifiers.StatsModifier; import me.patothebest.game...
5,402
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
StatsQueries.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/storage/StatsQueries.java
package me.patothebest.gamecore.stats.storage; import me.patothebest.gamecore.PluginConfig; public class StatsQueries { private final static String TABLE_NAME = PluginConfig.SQL_PREFIX + "_stats"; final static String CREATE_TABLE = "CREATE TABLE IF NOT EXISTS `" + TABLE_NAME + "` (\n" + ...
1,179
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DeathStatistic.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/statistics/DeathStatistic.java
package me.patothebest.gamecore.stats.statistics; import me.patothebest.gamecore.combat.CombatDeathEvent; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.stats.AbstractStatistic; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPriorit...
793
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
KillStatistic.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/statistics/KillStatistic.java
package me.patothebest.gamecore.stats.statistics; import me.patothebest.gamecore.combat.CombatDeathEvent; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.stats.AbstractStatistic; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPriority; public class KillStatistic ex...
782
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
LosesStatistic.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/statistics/LosesStatistic.java
package me.patothebest.gamecore.stats.statistics; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.event.arena.GameEndEvent; import me.patothebest.gamecore.event.player.PlayerLooseEvent; import me.patothebest.gamecore.stats.AbstractStatistic; import org.bukkit.event.EventHandler; public c...
849
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
BlocksPlacedStatistic.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/statistics/BlocksPlacedStatistic.java
package me.patothebest.gamecore.stats.statistics; import me.patothebest.gamecore.stats.AbstractStatistic; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPriority; import org.bukkit.event.block.BlockPlaceEvent; public class BlocksPlacedStatistic extends AbstractStat...
680
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
WinsStatistic.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/stats/statistics/WinsStatistic.java
package me.patothebest.gamecore.stats.statistics; import me.patothebest.gamecore.player.IPlayer; import me.patothebest.gamecore.event.arena.GameEndEvent; import me.patothebest.gamecore.stats.AbstractStatistic; import org.bukkit.event.EventHandler; public class WinsStatistic extends AbstractStatistic { @EventHand...
686
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PlayerObserver.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/PlayerObserver.java
package me.patothebest.gamecore.util; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.player.modifiers.PlayerModifier; /** * A class can implement the <code>PlayerObserver</code> interface when it * wants to be informed of changes in observable objects. */ public interface PlayerOb...
770
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
IndexedFunction.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/IndexedFunction.java
package me.patothebest.gamecore.util; @FunctionalInterface public interface IndexedFunction<T, R> { R apply(T t, int index); }
131
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CryptoUtil.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/CryptoUtil.java
package me.patothebest.gamecore.util; import javax.crypto.BadPaddingException; import javax.crypto.Cipher; import javax.crypto.IllegalBlockSizeException; import javax.crypto.NoSuchPaddingException; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.PBEKeySpec; import javax.cr...
2,511
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
RunningRunnable.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/RunningRunnable.java
package me.patothebest.gamecore.util; public final class RunningRunnable extends WrappedBukkitRunnable { private final Runnable runnable; public RunningRunnable(Runnable runnable) { this.runnable = runnable; } @Override public void run() { runnable.run(); } }
304
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MessageCallback.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/MessageCallback.java
package me.patothebest.gamecore.util; public interface MessageCallback<T> { String call(T t) ; }
103
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Callback.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/Callback.java
package me.patothebest.gamecore.util; public interface Callback<T> { void call(T t) ; }
94
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ThrowableCallback.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/ThrowableCallback.java
package me.patothebest.gamecore.util; public interface ThrowableCallback<T, E extends Throwable> { void call(T t) throws E; }
132
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NameableObject.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/NameableObject.java
package me.patothebest.gamecore.util; /** * An interface for all objects that should implement the * getName() method. This is useful especially for abstract * classes and utility methods that their function is, for * example, transform a collection of objects to a collection * of strings that are the names of th...
395
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PlayerList.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/PlayerList.java
package me.patothebest.gamecore.util; import org.bukkit.entity.Player; import org.jetbrains.annotations.NotNull; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; public...
2,257
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ReflectionUtil.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/ReflectionUtil.java
/* * WorldEdit, a Minecraft world manipulation toolkit * Copyright (C) sk89q <http://www.sk89q.com> * Copyright (C) WorldEdit team and contributors * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the * Free Sof...
1,522
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
FinalSupplier.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/FinalSupplier.java
package me.patothebest.gamecore.util; import java.util.function.Supplier; public class FinalSupplier<T> implements Supplier<T> { private final T object; public FinalSupplier(T object) { this.object = object; } @Override public T get() { return object; } }
301
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ThrowableBiConsumer.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/ThrowableBiConsumer.java
package me.patothebest.gamecore.util; import java.util.function.BiConsumer; @FunctionalInterface public interface ThrowableBiConsumer<K, V> extends BiConsumer<K, V> { default void accept(K k, V v) { try { acceptThrows(k, v); } catch (final Exception e) { throw new RuntimeE...
403
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CommandUtils.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/CommandUtils.java
package me.patothebest.gamecore.util; import me.patothebest.gamecore.arena.AbstractArena; import me.patothebest.gamecore.arena.AbstractGameTeam; import me.patothebest.gamecore.command.CommandContext; import me.patothebest.gamecore.command.CommandException; import me.patothebest.gamecore.lang.CoreLang; import me.patoth...
5,847
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CancellationDetector.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/CancellationDetector.java
package me.patothebest.gamecore.util; import com.google.common.collect.Lists; import org.bukkit.event.Cancellable; import org.bukkit.event.Event; import org.bukkit.event.EventException; import org.bukkit.event.EventPriority; import org.bukkit.event.HandlerList; import org.bukkit.event.Listener; import org.bukkit.plugi...
7,882
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ThrowOnce.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/ThrowOnce.java
package me.patothebest.gamecore.util; import java.util.ArrayList; import java.util.List; public class ThrowOnce { private static final List<Throwable> throwables = new ArrayList<>(); public static void printOnce(Throwable throwable) { if(throwables.contains(throwable)) { return; ...
771
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ElementAction.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/ElementAction.java
package me.patothebest.gamecore.util; public enum ElementAction { ADD, REMOVE, MODIFY }
103
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CallableCallback.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/CallableCallback.java
package me.patothebest.gamecore.util; public interface CallableCallback<T> { T call(T t); }
99
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Priority.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/Priority.java
package me.patothebest.gamecore.util; public enum Priority { LOWEST, LOW, NORMAL, HIGH, HIGHEST }
121
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ObservablePlayerImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/ObservablePlayerImpl.java
package me.patothebest.gamecore.util; import me.patothebest.gamecore.player.CorePlayer; import me.patothebest.gamecore.player.modifiers.PlayerModifier; import java.util.Vector; public class ObservablePlayerImpl implements ObservablePlayer { private final Vector<PlayerObserver> obs; /** * Construct an ...
2,136
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Levenshtein.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/Levenshtein.java
package me.patothebest.gamecore.util; public class Levenshtein { public static String getClosestString(String input, String[] options) { int lowestDistance = 10; String lowest = ""; for(String s : options) { int distance = getLevenshteinDistance(input, s); if(dista...
1,505
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
Sounds.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/Sounds.java
/* * The MIT License (MIT) * * Copyright (c) 2020 Crypto Morin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use,...
55,155
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ThrowableRunnable.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/ThrowableRunnable.java
package me.patothebest.gamecore.util; @FunctionalInterface public interface ThrowableRunnable<T extends Throwable> { void run() throws T; }
145
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
CacheCollection.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/CacheCollection.java
package me.patothebest.gamecore.util; import com.google.common.cache.Cache; import com.google.common.cache.CacheBuilder; import java.util.Arrays; import java.util.Collection; import java.util.Iterator; public class CacheCollection<E> implements Collection<E> { private final Cache<E, Byte> cacheMap; @Suppre...
14,420
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
DoubleCallback.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/DoubleCallback.java
package me.patothebest.gamecore.util; public interface DoubleCallback<T, V> { void call(T t, V v) ; }
108
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
ObservablePlayer.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/ObservablePlayer.java
package me.patothebest.gamecore.util; import me.patothebest.gamecore.player.modifiers.PlayerModifier; /** * This class represents an observable object, or "data" * in the model-view paradigm. It can be subclassed to represent an * object that the application wants to have observed. * <p> * An observable object c...
3,529
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
WrappedBukkitRunnable.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/util/WrappedBukkitRunnable.java
package me.patothebest.gamecore.util; import org.bukkit.Bukkit; import org.bukkit.plugin.Plugin; import org.bukkit.scheduler.BukkitRunnable; import org.bukkit.scheduler.BukkitScheduler; import org.bukkit.scheduler.BukkitTask; /** * This class is provided as an easy way to handle scheduling tasks. */ public abstract...
7,104
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z