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
ArenaPreJoinEvent.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/event/player/ArenaPreJoinEvent.java
package me.patothebest.gamecore.event.player; import me.patothebest.gamecore.arena.AbstractArena; import org.bukkit.entity.Player; import org.bukkit.event.Cancellable; import org.bukkit.event.HandlerList; public class ArenaPreJoinEvent extends ArenaPlayerEvent implements Cancellable { private static final Handle...
979
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PlayerThrowTNTEvent.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/GameCore/src/main/java/me/patothebest/gamecore/event/player/PlayerThrowTNTEvent.java
package me.patothebest.gamecore.event.player; import me.patothebest.gamecore.arena.AbstractArena; import org.bukkit.entity.Player; import org.bukkit.event.Cancellable; import org.bukkit.event.HandlerList; public class PlayerThrowTNTEvent extends ArenaPlayerEvent implements Cancellable { private static final Hand...
846
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_16_R1/src/main/java/me/patothebest/gamecore/nms/v1_16_R1/NMSImpl.java
package me.patothebest.gamecore.nms.v1_16_R1; import com.google.common.collect.Sets; import me.patothebest.gamecore.nms.v1_16_R1.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_16_R1.goals.PathfinderGoalFollowOwner; import me.patothebest.gamecore.nms.v1_16_R1.goals.PathfinderGoalOwnerHurtTarge...
12,278
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_16_R1/src/main/java/me/patothebest/gamecore/nms/v1_16_R1/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_16_R1; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,567
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalShulkerShoot.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_16_R1/src/main/java/me/patothebest/gamecore/nms/v1_16_R1/goals/PathfinderGoalShulkerShoot.java
package me.patothebest.gamecore.nms.v1_16_R1.goals; import net.minecraft.server.v1_16_R1.EntityLiving; import net.minecraft.server.v1_16_R1.EntityShulker; import net.minecraft.server.v1_16_R1.EntityShulkerBullet; import net.minecraft.server.v1_16_R1.EnumDifficulty; import net.minecraft.server.v1_16_R1.PathfinderGoal; ...
2,037
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_16_R1/src/main/java/me/patothebest/gamecore/nms/v1_16_R1/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_16_R1.goals; import net.minecraft.server.v1_16_R1.EntityGhast; import net.minecraft.server.v1_16_R1.EntityLargeFireball; import net.minecraft.server.v1_16_R1.EntityLiving; import net.minecraft.server.v1_16_R1.PathfinderGoal; import net.minecraft.server.v1_16_R1.Vec3D; import net....
2,321
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_16_R1/src/main/java/me/patothebest/gamecore/nms/v1_16_R1/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_16_R1.goals; import net.minecraft.server.v1_16_R1.BlockPosition; import net.minecraft.server.v1_16_R1.EntityInsentient; import net.minecraft.server.v1_16_R1.EntityLiving; import net.minecraft.server.v1_16_R1.IWorldReader; import net.minecraft.server.v1_16_R1.NavigationAbstract; i...
4,652
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_16_R1/src/main/java/me/patothebest/gamecore/nms/v1_16_R1/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_16_R1.goals; import net.minecraft.server.v1_16_R1.EntityCreature; import net.minecraft.server.v1_16_R1.EntityLiving; import net.minecraft.server.v1_16_R1.PathfinderGoalTarget; import net.minecraft.server.v1_16_R1.PathfinderTargetCondition; import org.bukkit.event.entity.EntityTar...
1,093
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_16_R1/src/main/java/me/patothebest/gamecore/nms/v1_16_R1/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_16_R1.goals; import me.patothebest.gamecore.util.Utils; import net.minecraft.server.v1_16_R1.DataWatcherObject; import net.minecraft.server.v1_16_R1.EntityBlaze; import net.minecraft.server.v1_16_R1.EntityHuman; import net.minecraft.server.v1_16_R1.EntityLiving; import net.minecr...
4,007
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_16_R1/src/main/java/me/patothebest/gamecore/nms/v1_16_R1/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_16_R1.goals; import net.minecraft.server.v1_16_R1.EntityCreature; import net.minecraft.server.v1_16_R1.EntityLiving; import net.minecraft.server.v1_16_R1.PathfinderGoalTarget; import net.minecraft.server.v1_16_R1.PathfinderTargetCondition; import org.bukkit.event.entity.EntityTar...
1,054
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R2/src/main/java/me/patothebest/gamecore/nms/v1_13_R2/NMSImpl.java
package me.patothebest.gamecore.nms.v1_13_R2; import com.google.common.collect.Sets; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.nms.v1_13_R2.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_13_R2.goals.PathfinderGoalFollowOwner; import me.patothebest.gamec...
11,558
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R2/src/main/java/me/patothebest/gamecore/nms/v1_13_R2/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_13_R2; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,567
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalShulkerShoot.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R2/src/main/java/me/patothebest/gamecore/nms/v1_13_R2/goals/PathfinderGoalShulkerShoot.java
package me.patothebest.gamecore.nms.v1_13_R2.goals; import net.minecraft.server.v1_13_R2.EntityLiving; import net.minecraft.server.v1_13_R2.EntityShulker; import net.minecraft.server.v1_13_R2.EntityShulkerBullet; import net.minecraft.server.v1_13_R2.EnumDifficulty; import net.minecraft.server.v1_13_R2.PathfinderGoal; ...
1,972
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R2/src/main/java/me/patothebest/gamecore/nms/v1_13_R2/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_13_R2.goals; import net.minecraft.server.v1_13_R2.BlockPosition; import net.minecraft.server.v1_13_R2.EntityGhast; import net.minecraft.server.v1_13_R2.EntityLargeFireball; import net.minecraft.server.v1_13_R2.EntityLiving; import net.minecraft.server.v1_13_R2.PathfinderGoal; imp...
2,379
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R2/src/main/java/me/patothebest/gamecore/nms/v1_13_R2/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_13_R2.goals; import net.minecraft.server.v1_13_R2.BlockPosition; import net.minecraft.server.v1_13_R2.EntityInsentient; import net.minecraft.server.v1_13_R2.EntityLiving; import net.minecraft.server.v1_13_R2.EnumBlockFaceShape; import net.minecraft.server.v1_13_R2.EnumDirection; ...
4,052
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R2/src/main/java/me/patothebest/gamecore/nms/v1_13_R2/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_13_R2.goals; import net.minecraft.server.v1_13_R2.EntityCreature; import net.minecraft.server.v1_13_R2.EntityLiving; import net.minecraft.server.v1_13_R2.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtTarget extends Pa...
1,007
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R2/src/main/java/me/patothebest/gamecore/nms/v1_13_R2/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_13_R2.goals; import net.minecraft.server.v1_13_R2.BlockPosition; import net.minecraft.server.v1_13_R2.EntityBlaze; import net.minecraft.server.v1_13_R2.EntityLiving; import net.minecraft.server.v1_13_R2.EntitySmallFireball; import net.minecraft.server.v1_13_R2.MathHelper; import ...
2,812
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R2/src/main/java/me/patothebest/gamecore/nms/v1_13_R2/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_13_R2.goals; import net.minecraft.server.v1_13_R2.EntityCreature; import net.minecraft.server.v1_13_R2.EntityLiving; import net.minecraft.server.v1_13_R2.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtByTarget extends ...
1,011
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R1/src/main/java/me/patothebest/gamecore/nms/v1_13_R1/NMSImpl.java
package me.patothebest.gamecore.nms.v1_13_R1; import com.google.common.collect.Sets; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.nms.v1_13_R1.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_13_R1.goals.PathfinderGoalFollowOwner; import me.patothebest.gamec...
11,525
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R1/src/main/java/me/patothebest/gamecore/nms/v1_13_R1/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_13_R1; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,567
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalShulkerShoot.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R1/src/main/java/me/patothebest/gamecore/nms/v1_13_R1/goals/PathfinderGoalShulkerShoot.java
package me.patothebest.gamecore.nms.v1_13_R1.goals; import net.minecraft.server.v1_13_R1.EntityLiving; import net.minecraft.server.v1_13_R1.EntityShulker; import net.minecraft.server.v1_13_R1.EntityShulkerBullet; import net.minecraft.server.v1_13_R1.EnumDifficulty; import net.minecraft.server.v1_13_R1.PathfinderGoal; ...
1,972
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R1/src/main/java/me/patothebest/gamecore/nms/v1_13_R1/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_13_R1.goals; import net.minecraft.server.v1_13_R1.BlockPosition; import net.minecraft.server.v1_13_R1.EntityGhast; import net.minecraft.server.v1_13_R1.EntityLargeFireball; import net.minecraft.server.v1_13_R1.EntityLiving; import net.minecraft.server.v1_13_R1.PathfinderGoal; imp...
2,376
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R1/src/main/java/me/patothebest/gamecore/nms/v1_13_R1/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_13_R1.goals; import net.minecraft.server.v1_13_R1.BlockPosition; import net.minecraft.server.v1_13_R1.EntityInsentient; import net.minecraft.server.v1_13_R1.EntityLiving; import net.minecraft.server.v1_13_R1.EnumBlockFaceShape; import net.minecraft.server.v1_13_R1.EnumDirection; ...
4,049
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R1/src/main/java/me/patothebest/gamecore/nms/v1_13_R1/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_13_R1.goals; import net.minecraft.server.v1_13_R1.EntityCreature; import net.minecraft.server.v1_13_R1.EntityLiving; import net.minecraft.server.v1_13_R1.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtTarget extends Pa...
1,007
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R1/src/main/java/me/patothebest/gamecore/nms/v1_13_R1/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_13_R1.goals; import net.minecraft.server.v1_13_R1.BlockPosition; import net.minecraft.server.v1_13_R1.EntityBlaze; import net.minecraft.server.v1_13_R1.EntityLiving; import net.minecraft.server.v1_13_R1.EntitySmallFireball; import net.minecraft.server.v1_13_R1.MathHelper; import ...
2,809
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_13_R1/src/main/java/me/patothebest/gamecore/nms/v1_13_R1/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_13_R1.goals; import net.minecraft.server.v1_13_R1.EntityCreature; import net.minecraft.server.v1_13_R1.EntityLiving; import net.minecraft.server.v1_13_R1.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtByTarget extends ...
1,011
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R2/src/main/java/me/patothebest/gamecore/nms/v1_8_R2/NMSImpl.java
package me.patothebest.gamecore.nms.v1_8_R2; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.nms.v1_8_R2.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_8_R2.goals.PathfinderGoalGhastAttackTarget; import me.patothebest.gamecore.nms.v1_8_R2.goals.PathfinderGoal...
9,952
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R2/src/main/java/me/patothebest/gamecore/nms/v1_8_R2/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_8_R2; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,554
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R2/src/main/java/me/patothebest/gamecore/nms/v1_8_R2/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_8_R2.goals; import net.minecraft.server.v1_8_R2.BlockPosition; import net.minecraft.server.v1_8_R2.EntityGhast; import net.minecraft.server.v1_8_R2.EntityLargeFireball; import net.minecraft.server.v1_8_R2.EntityLiving; import net.minecraft.server.v1_8_R2.PathfinderGoal; import ne...
2,362
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R2/src/main/java/me/patothebest/gamecore/nms/v1_8_R2/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_8_R2.goals; import net.minecraft.server.v1_8_R2.Block; import net.minecraft.server.v1_8_R2.BlockPosition; import net.minecraft.server.v1_8_R2.Blocks; import net.minecraft.server.v1_8_R2.EntityInsentient; import net.minecraft.server.v1_8_R2.EntityLiving; import net.minecraft.serve...
3,739
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R2/src/main/java/me/patothebest/gamecore/nms/v1_8_R2/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_8_R2.goals; import net.minecraft.server.v1_8_R2.EntityCreature; import net.minecraft.server.v1_8_R2.EntityLiving; import net.minecraft.server.v1_8_R2.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtTarget extends Pathfi...
1,036
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R2/src/main/java/me/patothebest/gamecore/nms/v1_8_R2/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_8_R2.goals; import net.minecraft.server.v1_8_R2.BlockPosition; import net.minecraft.server.v1_8_R2.EntityBlaze; import net.minecraft.server.v1_8_R2.EntityLiving; import net.minecraft.server.v1_8_R2.EntitySmallFireball; import net.minecraft.server.v1_8_R2.MathHelper; import net.mi...
2,788
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R2/src/main/java/me/patothebest/gamecore/nms/v1_8_R2/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_8_R2.goals; import net.minecraft.server.v1_8_R2.EntityCreature; import net.minecraft.server.v1_8_R2.EntityLiving; import net.minecraft.server.v1_8_R2.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtByTarget extends Path...
1,007
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_14_R1/src/main/java/me/patothebest/gamecore/nms/v1_14_R1/NMSImpl.java
package me.patothebest.gamecore.nms.v1_14_R1; import com.google.common.collect.Sets; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.nms.v1_14_R1.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_14_R1.goals.PathfinderGoalFollowOwner; import me.patothebest.gamec...
12,412
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_14_R1/src/main/java/me/patothebest/gamecore/nms/v1_14_R1/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_14_R1; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,567
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalShulkerShoot.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_14_R1/src/main/java/me/patothebest/gamecore/nms/v1_14_R1/goals/PathfinderGoalShulkerShoot.java
package me.patothebest.gamecore.nms.v1_14_R1.goals; import net.minecraft.server.v1_14_R1.EntityLiving; import net.minecraft.server.v1_14_R1.EntityShulker; import net.minecraft.server.v1_14_R1.EntityShulkerBullet; import net.minecraft.server.v1_14_R1.EnumDifficulty; import net.minecraft.server.v1_14_R1.PathfinderGoal; ...
2,029
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_14_R1/src/main/java/me/patothebest/gamecore/nms/v1_14_R1/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_14_R1.goals; import net.minecraft.server.v1_14_R1.BlockPosition; import net.minecraft.server.v1_14_R1.EntityGhast; import net.minecraft.server.v1_14_R1.EntityLargeFireball; import net.minecraft.server.v1_14_R1.EntityLiving; import net.minecraft.server.v1_14_R1.PathfinderGoal; imp...
2,394
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_14_R1/src/main/java/me/patothebest/gamecore/nms/v1_14_R1/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_14_R1.goals; import net.minecraft.server.v1_14_R1.BlockPosition; import net.minecraft.server.v1_14_R1.EntityInsentient; import net.minecraft.server.v1_14_R1.EntityLiving; import net.minecraft.server.v1_14_R1.IBlockData; import net.minecraft.server.v1_14_R1.IWorldReader; import ne...
3,699
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_14_R1/src/main/java/me/patothebest/gamecore/nms/v1_14_R1/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_14_R1.goals; import net.minecraft.server.v1_14_R1.EntityCreature; import net.minecraft.server.v1_14_R1.EntityLiving; import net.minecraft.server.v1_14_R1.PathfinderGoalTarget; import net.minecraft.server.v1_14_R1.PathfinderTargetCondition; import org.bukkit.event.entity.EntityTar...
1,093
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_14_R1/src/main/java/me/patothebest/gamecore/nms/v1_14_R1/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_14_R1.goals; import me.patothebest.gamecore.util.Utils; import net.minecraft.server.v1_14_R1.BlockPosition; import net.minecraft.server.v1_14_R1.DataWatcherObject; import net.minecraft.server.v1_14_R1.EntityBlaze; import net.minecraft.server.v1_14_R1.EntityLiving; import net.mine...
3,991
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_14_R1/src/main/java/me/patothebest/gamecore/nms/v1_14_R1/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_14_R1.goals; import net.minecraft.server.v1_14_R1.EntityCreature; import net.minecraft.server.v1_14_R1.EntityLiving; import net.minecraft.server.v1_14_R1.PathfinderGoalTarget; import net.minecraft.server.v1_14_R1.PathfinderTargetCondition; import org.bukkit.event.entity.EntityTar...
1,097
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R1/src/main/java/me/patothebest/gamecore/nms/v1_8_R1/NMSImpl.java
package me.patothebest.gamecore.nms.v1_8_R1; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.nms.v1_8_R1.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_8_R1.goals.PathfinderGoalGhastAttackTarget; import me.patothebest.gamecore.nms.v1_8_R1.goals.PathfinderGoal...
9,917
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R1/src/main/java/me/patothebest/gamecore/nms/v1_8_R1/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_8_R1; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,554
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R1/src/main/java/me/patothebest/gamecore/nms/v1_8_R1/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_8_R1.goals; import net.minecraft.server.v1_8_R1.BlockPosition; import net.minecraft.server.v1_8_R1.EntityGhast; import net.minecraft.server.v1_8_R1.EntityLargeFireball; import net.minecraft.server.v1_8_R1.EntityLiving; import net.minecraft.server.v1_8_R1.PathfinderGoal; import ne...
2,362
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R1/src/main/java/me/patothebest/gamecore/nms/v1_8_R1/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_8_R1.goals; import net.minecraft.server.v1_8_R1.Block; import net.minecraft.server.v1_8_R1.BlockPosition; import net.minecraft.server.v1_8_R1.Blocks; import net.minecraft.server.v1_8_R1.EntityInsentient; import net.minecraft.server.v1_8_R1.EntityLiving; import net.minecraft.serve...
3,739
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R1/src/main/java/me/patothebest/gamecore/nms/v1_8_R1/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_8_R1.goals; import net.minecraft.server.v1_8_R1.EntityCreature; import net.minecraft.server.v1_8_R1.EntityLiving; import net.minecraft.server.v1_8_R1.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtTarget extends Pathfi...
1,035
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R1/src/main/java/me/patothebest/gamecore/nms/v1_8_R1/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_8_R1.goals; import net.minecraft.server.v1_8_R1.BlockPosition; import net.minecraft.server.v1_8_R1.EntityBlaze; import net.minecraft.server.v1_8_R1.EntityLiving; import net.minecraft.server.v1_8_R1.EntitySmallFireball; import net.minecraft.server.v1_8_R1.MathHelper; import net.mi...
2,788
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R1/src/main/java/me/patothebest/gamecore/nms/v1_8_R1/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_8_R1.goals; import net.minecraft.server.v1_8_R1.EntityCreature; import net.minecraft.server.v1_8_R1.EntityLiving; import net.minecraft.server.v1_8_R1.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtByTarget extends Path...
1,007
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R2/src/main/java/me/patothebest/gamecore/nms/v1_9_R2/NMSImpl.java
package me.patothebest.gamecore.nms.v1_9_R2; import com.google.common.collect.Sets; import me.patothebest.gamecore.nms.v1_9_R2.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_9_R2.goals.PathfinderGoalFollowOwner; import me.patothebest.gamecore.nms.v1_9_R2.goals.PathfinderGoalGhastAttackTarget;...
11,535
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R2/src/main/java/me/patothebest/gamecore/nms/v1_9_R2/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_9_R2; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,554
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalShulkerShoot.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R2/src/main/java/me/patothebest/gamecore/nms/v1_9_R2/goals/PathfinderGoalShulkerShoot.java
package me.patothebest.gamecore.nms.v1_9_R2.goals; import net.minecraft.server.v1_9_R2.EntityLiving; import net.minecraft.server.v1_9_R2.EntityShulker; import net.minecraft.server.v1_9_R2.EntityShulkerBullet; import net.minecraft.server.v1_9_R2.EnumDifficulty; import net.minecraft.server.v1_9_R2.PathfinderGoal; import...
1,947
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R2/src/main/java/me/patothebest/gamecore/nms/v1_9_R2/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_9_R2.goals; import net.minecraft.server.v1_9_R2.BlockPosition; import net.minecraft.server.v1_9_R2.EntityGhast; import net.minecraft.server.v1_9_R2.EntityLargeFireball; import net.minecraft.server.v1_9_R2.EntityLiving; import net.minecraft.server.v1_9_R2.PathfinderGoal; import ne...
2,368
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R2/src/main/java/me/patothebest/gamecore/nms/v1_9_R2/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_9_R2.goals; import net.minecraft.server.v1_9_R2.BlockPosition; import net.minecraft.server.v1_9_R2.EntityInsentient; import net.minecraft.server.v1_9_R2.EntityLiving; import net.minecraft.server.v1_9_R2.IBlockData; import net.minecraft.server.v1_9_R2.Material; import net.minecraf...
3,649
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R2/src/main/java/me/patothebest/gamecore/nms/v1_9_R2/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_9_R2.goals; import net.minecraft.server.v1_9_R2.EntityCreature; import net.minecraft.server.v1_9_R2.EntityLiving; import net.minecraft.server.v1_9_R2.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtTarget extends Pathf...
1,036
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R2/src/main/java/me/patothebest/gamecore/nms/v1_9_R2/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_9_R2.goals; import net.minecraft.server.v1_9_R2.BlockPosition; import net.minecraft.server.v1_9_R2.EntityBlaze; import net.minecraft.server.v1_9_R2.EntityLiving; import net.minecraft.server.v1_9_R2.EntitySmallFireball; import net.minecraft.server.v1_9_R2.MathHelper; import net.mi...
2,802
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R2/src/main/java/me/patothebest/gamecore/nms/v1_9_R2/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_9_R2.goals; import net.minecraft.server.v1_9_R2.EntityCreature; import net.minecraft.server.v1_9_R2.EntityLiving; import net.minecraft.server.v1_9_R2.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtByTarget extends Pat...
1,037
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_10_R1/src/main/java/me/patothebest/gamecore/nms/v1_10_R1/NMSImpl.java
package me.patothebest.gamecore.nms.v1_10_R1; import com.google.common.collect.Sets; import me.patothebest.gamecore.nms.v1_10_R1.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_10_R1.goals.PathfinderGoalFollowOwner; import me.patothebest.gamecore.nms.v1_10_R1.goals.PathfinderGoalGhastAttackTar...
11,406
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_10_R1/src/main/java/me/patothebest/gamecore/nms/v1_10_R1/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_10_R1; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,555
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalShulkerShoot.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_10_R1/src/main/java/me/patothebest/gamecore/nms/v1_10_R1/goals/PathfinderGoalShulkerShoot.java
package me.patothebest.gamecore.nms.v1_10_R1.goals; import net.minecraft.server.v1_10_R1.EntityLiving; import net.minecraft.server.v1_10_R1.EntityShulker; import net.minecraft.server.v1_10_R1.EntityShulkerBullet; import net.minecraft.server.v1_10_R1.EnumDifficulty; import net.minecraft.server.v1_10_R1.PathfinderGoal; ...
1,954
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_10_R1/src/main/java/me/patothebest/gamecore/nms/v1_10_R1/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_10_R1.goals; import net.minecraft.server.v1_10_R1.BlockPosition; import net.minecraft.server.v1_10_R1.EntityGhast; import net.minecraft.server.v1_10_R1.EntityLargeFireball; import net.minecraft.server.v1_10_R1.EntityLiving; import net.minecraft.server.v1_10_R1.PathfinderGoal; imp...
2,376
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_10_R1/src/main/java/me/patothebest/gamecore/nms/v1_10_R1/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_10_R1.goals; import net.minecraft.server.v1_10_R1.BlockPosition; import net.minecraft.server.v1_10_R1.EntityInsentient; import net.minecraft.server.v1_10_R1.EntityLiving; import net.minecraft.server.v1_10_R1.IBlockData; import net.minecraft.server.v1_10_R1.Material; import net.mi...
3,661
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_10_R1/src/main/java/me/patothebest/gamecore/nms/v1_10_R1/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_10_R1.goals; import net.minecraft.server.v1_10_R1.EntityCreature; import net.minecraft.server.v1_10_R1.EntityLiving; import net.minecraft.server.v1_10_R1.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtTarget extends Pa...
1,040
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_10_R1/src/main/java/me/patothebest/gamecore/nms/v1_10_R1/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_10_R1.goals; import net.minecraft.server.v1_10_R1.BlockPosition; import net.minecraft.server.v1_10_R1.EntityBlaze; import net.minecraft.server.v1_10_R1.EntityLiving; import net.minecraft.server.v1_10_R1.EntitySmallFireball; import net.minecraft.server.v1_10_R1.MathHelper; import ...
2,809
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_10_R1/src/main/java/me/patothebest/gamecore/nms/v1_10_R1/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_10_R1.goals; import net.minecraft.server.v1_10_R1.EntityCreature; import net.minecraft.server.v1_10_R1.EntityLiving; import net.minecraft.server.v1_10_R1.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtByTarget extends ...
1,011
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_12_R1/src/main/java/me/patothebest/gamecore/nms/v1_12_R1/NMSImpl.java
package me.patothebest.gamecore.nms.v1_12_R1; import com.google.common.collect.Sets; import me.patothebest.gamecore.nms.v1_12_R1.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_12_R1.goals.PathfinderGoalFollowOwner; import me.patothebest.gamecore.nms.v1_12_R1.goals.PathfinderGoalGhastAttackTar...
11,564
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_12_R1/src/main/java/me/patothebest/gamecore/nms/v1_12_R1/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_12_R1; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,555
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalShulkerShoot.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_12_R1/src/main/java/me/patothebest/gamecore/nms/v1_12_R1/goals/PathfinderGoalShulkerShoot.java
package me.patothebest.gamecore.nms.v1_12_R1.goals; import net.minecraft.server.v1_12_R1.EntityLiving; import net.minecraft.server.v1_12_R1.EntityShulker; import net.minecraft.server.v1_12_R1.EntityShulkerBullet; import net.minecraft.server.v1_12_R1.EnumDifficulty; import net.minecraft.server.v1_12_R1.PathfinderGoal; ...
1,954
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_12_R1/src/main/java/me/patothebest/gamecore/nms/v1_12_R1/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_12_R1.goals; import net.minecraft.server.v1_12_R1.BlockPosition; import net.minecraft.server.v1_12_R1.EntityGhast; import net.minecraft.server.v1_12_R1.EntityLargeFireball; import net.minecraft.server.v1_12_R1.EntityLiving; import net.minecraft.server.v1_12_R1.PathfinderGoal; imp...
2,376
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_12_R1/src/main/java/me/patothebest/gamecore/nms/v1_12_R1/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_12_R1.goals; import net.minecraft.server.v1_12_R1.BlockPosition; import net.minecraft.server.v1_12_R1.EntityInsentient; import net.minecraft.server.v1_12_R1.EntityLiving; import net.minecraft.server.v1_12_R1.IBlockData; import net.minecraft.server.v1_12_R1.Material; import net.mi...
3,661
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_12_R1/src/main/java/me/patothebest/gamecore/nms/v1_12_R1/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_12_R1.goals; import net.minecraft.server.v1_12_R1.EntityCreature; import net.minecraft.server.v1_12_R1.EntityLiving; import net.minecraft.server.v1_12_R1.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtTarget extends Pa...
1,039
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_12_R1/src/main/java/me/patothebest/gamecore/nms/v1_12_R1/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_12_R1.goals; import net.minecraft.server.v1_12_R1.BlockPosition; import net.minecraft.server.v1_12_R1.EntityBlaze; import net.minecraft.server.v1_12_R1.EntityLiving; import net.minecraft.server.v1_12_R1.EntitySmallFireball; import net.minecraft.server.v1_12_R1.MathHelper; import ...
2,809
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_12_R1/src/main/java/me/patothebest/gamecore/nms/v1_12_R1/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_12_R1.goals; import net.minecraft.server.v1_12_R1.EntityCreature; import net.minecraft.server.v1_12_R1.EntityLiving; import net.minecraft.server.v1_12_R1.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtByTarget extends ...
1,011
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
MaterialTest.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R3/src/test/java/MaterialTest.java
import me.patothebest.gamecore.util.ServerVersion; import me.patothebest.gamecore.util.Utils; import org.bukkit.Material; import org.bukkit.inventory.ItemStack; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.powermock.api.mockito.PowerMockito; import...
3,487
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R3/src/main/java/me/patothebest/gamecore/nms/v1_8_R3/NMSImpl.java
package me.patothebest.gamecore.nms.v1_8_R3; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.nms.v1_8_R3.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_8_R3.goals.PathfinderGoalFollowOwner; import me.patothebest.gamecore.nms.v1_8_R3.goals.PathfinderGoalGhastA...
10,565
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R3/src/main/java/me/patothebest/gamecore/nms/v1_8_R3/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_8_R3; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,554
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R3/src/main/java/me/patothebest/gamecore/nms/v1_8_R3/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_8_R3.goals; import net.minecraft.server.v1_8_R3.BlockPosition; import net.minecraft.server.v1_8_R3.EntityGhast; import net.minecraft.server.v1_8_R3.EntityLargeFireball; import net.minecraft.server.v1_8_R3.EntityLiving; import net.minecraft.server.v1_8_R3.PathfinderGoal; import ne...
2,362
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R3/src/main/java/me/patothebest/gamecore/nms/v1_8_R3/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_8_R3.goals; import net.minecraft.server.v1_8_R3.Block; import net.minecraft.server.v1_8_R3.BlockPosition; import net.minecraft.server.v1_8_R3.Blocks; import net.minecraft.server.v1_8_R3.EntityInsentient; import net.minecraft.server.v1_8_R3.EntityLiving; import net.minecraft.serve...
3,739
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R3/src/main/java/me/patothebest/gamecore/nms/v1_8_R3/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_8_R3.goals; import net.minecraft.server.v1_8_R3.EntityCreature; import net.minecraft.server.v1_8_R3.EntityLiving; import net.minecraft.server.v1_8_R3.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtTarget extends Pathfi...
1,036
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R3/src/main/java/me/patothebest/gamecore/nms/v1_8_R3/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_8_R3.goals; import net.minecraft.server.v1_8_R3.BlockPosition; import net.minecraft.server.v1_8_R3.EntityBlaze; import net.minecraft.server.v1_8_R3.EntityLiving; import net.minecraft.server.v1_8_R3.EntitySmallFireball; import net.minecraft.server.v1_8_R3.MathHelper; import net.mi...
2,788
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_8_R3/src/main/java/me/patothebest/gamecore/nms/v1_8_R3/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_8_R3.goals; import net.minecraft.server.v1_8_R3.EntityCreature; import net.minecraft.server.v1_8_R3.EntityLiving; import net.minecraft.server.v1_8_R3.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtByTarget extends Path...
1,007
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_15_R1/src/main/java/me/patothebest/gamecore/nms/v1_15_R1/NMSImpl.java
package me.patothebest.gamecore.nms.v1_15_R1; import com.google.common.collect.Sets; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.nms.v1_15_R1.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_15_R1.goals.PathfinderGoalFollowOwner; import me.patothebest.gamec...
12,413
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_15_R1/src/main/java/me/patothebest/gamecore/nms/v1_15_R1/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_15_R1; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,567
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalShulkerShoot.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_15_R1/src/main/java/me/patothebest/gamecore/nms/v1_15_R1/goals/PathfinderGoalShulkerShoot.java
package me.patothebest.gamecore.nms.v1_15_R1.goals; import net.minecraft.server.v1_15_R1.EntityLiving; import net.minecraft.server.v1_15_R1.EntityShulker; import net.minecraft.server.v1_15_R1.EntityShulkerBullet; import net.minecraft.server.v1_15_R1.EnumDifficulty; import net.minecraft.server.v1_15_R1.PathfinderGoal; ...
2,029
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_15_R1/src/main/java/me/patothebest/gamecore/nms/v1_15_R1/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_15_R1.goals; import net.minecraft.server.v1_15_R1.BlockPosition; import net.minecraft.server.v1_15_R1.EntityGhast; import net.minecraft.server.v1_15_R1.EntityLargeFireball; import net.minecraft.server.v1_15_R1.EntityLiving; import net.minecraft.server.v1_15_R1.PathfinderGoal; imp...
2,297
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_15_R1/src/main/java/me/patothebest/gamecore/nms/v1_15_R1/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_15_R1.goals; import net.minecraft.server.v1_15_R1.BlockPosition; import net.minecraft.server.v1_15_R1.EntityInsentient; import net.minecraft.server.v1_15_R1.EntityLiving; import net.minecraft.server.v1_15_R1.IWorldReader; import net.minecraft.server.v1_15_R1.NavigationAbstract; i...
4,679
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_15_R1/src/main/java/me/patothebest/gamecore/nms/v1_15_R1/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_15_R1.goals; import net.minecraft.server.v1_15_R1.EntityCreature; import net.minecraft.server.v1_15_R1.EntityLiving; import net.minecraft.server.v1_15_R1.PathfinderGoalTarget; import net.minecraft.server.v1_15_R1.PathfinderTargetCondition; import org.bukkit.event.entity.EntityTar...
1,093
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_15_R1/src/main/java/me/patothebest/gamecore/nms/v1_15_R1/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_15_R1.goals; import me.patothebest.gamecore.util.Utils; import net.minecraft.server.v1_15_R1.BlockPosition; import net.minecraft.server.v1_15_R1.DataWatcherObject; import net.minecraft.server.v1_15_R1.EntityBlaze; import net.minecraft.server.v1_15_R1.EntityLiving; import net.mine...
4,011
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_15_R1/src/main/java/me/patothebest/gamecore/nms/v1_15_R1/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_15_R1.goals; import net.minecraft.server.v1_15_R1.EntityCreature; import net.minecraft.server.v1_15_R1.EntityLiving; import net.minecraft.server.v1_15_R1.PathfinderGoalTarget; import net.minecraft.server.v1_15_R1.PathfinderTargetCondition; import org.bukkit.event.entity.EntityTar...
1,054
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_11_R1/src/main/java/me/patothebest/gamecore/nms/v1_11_R1/NMSImpl.java
package me.patothebest.gamecore.nms.v1_11_R1; import com.google.common.collect.Sets; import me.patothebest.gamecore.nms.v1_11_R1.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_11_R1.goals.PathfinderGoalFollowOwner; import me.patothebest.gamecore.nms.v1_11_R1.goals.PathfinderGoalGhastAttackTar...
11,564
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_11_R1/src/main/java/me/patothebest/gamecore/nms/v1_11_R1/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_11_R1; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,555
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalShulkerShoot.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_11_R1/src/main/java/me/patothebest/gamecore/nms/v1_11_R1/goals/PathfinderGoalShulkerShoot.java
package me.patothebest.gamecore.nms.v1_11_R1.goals; import net.minecraft.server.v1_11_R1.EntityLiving; import net.minecraft.server.v1_11_R1.EntityShulker; import net.minecraft.server.v1_11_R1.EntityShulkerBullet; import net.minecraft.server.v1_11_R1.EnumDifficulty; import net.minecraft.server.v1_11_R1.PathfinderGoal; ...
1,954
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_11_R1/src/main/java/me/patothebest/gamecore/nms/v1_11_R1/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_11_R1.goals; import net.minecraft.server.v1_11_R1.BlockPosition; import net.minecraft.server.v1_11_R1.EntityGhast; import net.minecraft.server.v1_11_R1.EntityLargeFireball; import net.minecraft.server.v1_11_R1.EntityLiving; import net.minecraft.server.v1_11_R1.PathfinderGoal; imp...
2,376
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalFollowOwner.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_11_R1/src/main/java/me/patothebest/gamecore/nms/v1_11_R1/goals/PathfinderGoalFollowOwner.java
package me.patothebest.gamecore.nms.v1_11_R1.goals; import net.minecraft.server.v1_11_R1.BlockPosition; import net.minecraft.server.v1_11_R1.EntityInsentient; import net.minecraft.server.v1_11_R1.EntityLiving; import net.minecraft.server.v1_11_R1.IBlockData; import net.minecraft.server.v1_11_R1.Material; import net.mi...
3,661
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_11_R1/src/main/java/me/patothebest/gamecore/nms/v1_11_R1/goals/PathfinderGoalOwnerHurtTarget.java
package me.patothebest.gamecore.nms.v1_11_R1.goals; import net.minecraft.server.v1_11_R1.EntityCreature; import net.minecraft.server.v1_11_R1.EntityLiving; import net.minecraft.server.v1_11_R1.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtTarget extends Pa...
1,039
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalBlazeFireball.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_11_R1/src/main/java/me/patothebest/gamecore/nms/v1_11_R1/goals/PathfinderGoalBlazeFireball.java
package me.patothebest.gamecore.nms.v1_11_R1.goals; import net.minecraft.server.v1_11_R1.BlockPosition; import net.minecraft.server.v1_11_R1.EntityBlaze; import net.minecraft.server.v1_11_R1.EntityLiving; import net.minecraft.server.v1_11_R1.EntitySmallFireball; import net.minecraft.server.v1_11_R1.MathHelper; import ...
2,809
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalOwnerHurtByTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_11_R1/src/main/java/me/patothebest/gamecore/nms/v1_11_R1/goals/PathfinderGoalOwnerHurtByTarget.java
package me.patothebest.gamecore.nms.v1_11_R1.goals; import net.minecraft.server.v1_11_R1.EntityCreature; import net.minecraft.server.v1_11_R1.EntityLiving; import net.minecraft.server.v1_11_R1.PathfinderGoalTarget; import org.bukkit.event.entity.EntityTargetEvent; public class PathfinderGoalOwnerHurtByTarget extends ...
1,011
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
NMSImpl.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R1/src/main/java/me/patothebest/gamecore/nms/v1_9_R1/NMSImpl.java
package me.patothebest.gamecore.nms.v1_9_R1; import com.google.common.collect.Sets; import me.patothebest.gamecore.itemstack.Material; import me.patothebest.gamecore.nms.v1_9_R1.goals.PathfinderGoalBlazeFireball; import me.patothebest.gamecore.nms.v1_9_R1.goals.PathfinderGoalFollowOwner; import me.patothebest.gamecore...
11,332
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
EnchantGlow.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R1/src/main/java/me/patothebest/gamecore/nms/v1_9_R1/EnchantGlow.java
package me.patothebest.gamecore.nms.v1_9_R1; import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.EnchantmentTarget; import org.bukkit.enchantments.EnchantmentWrapper; import org.bukkit.inventory.ItemStack; import java.lang.reflect.Field; public class EnchantGlow extends EnchantmentWrapper { ...
1,554
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalShulkerShoot.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R1/src/main/java/me/patothebest/gamecore/nms/v1_9_R1/goals/PathfinderGoalShulkerShoot.java
package me.patothebest.gamecore.nms.v1_9_R1.goals; import net.minecraft.server.v1_9_R1.EntityLiving; import net.minecraft.server.v1_9_R1.EntityShulker; import net.minecraft.server.v1_9_R1.EntityShulkerBullet; import net.minecraft.server.v1_9_R1.EnumDifficulty; import net.minecraft.server.v1_9_R1.PathfinderGoal; import...
1,947
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z
PathfinderGoalGhastAttackTarget.java
/FileExtraction/Java_unseen/PatoTheBest_MiniGames/NMSImpl/v1_9_R1/src/main/java/me/patothebest/gamecore/nms/v1_9_R1/goals/PathfinderGoalGhastAttackTarget.java
package me.patothebest.gamecore.nms.v1_9_R1.goals; import net.minecraft.server.v1_9_R1.BlockPosition; import net.minecraft.server.v1_9_R1.EntityGhast; import net.minecraft.server.v1_9_R1.EntityLargeFireball; import net.minecraft.server.v1_9_R1.EntityLiving; import net.minecraft.server.v1_9_R1.PathfinderGoal; import ne...
2,368
Java
.java
PatoTheBest/MiniGames
13
2
1
2020-08-07T03:43:56Z
2022-01-23T23:52:46Z