File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed
src/main/java/cat/nyaa/nyaacore Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 6
6
import net .minecraft .SharedConstants ;
7
7
import org .bukkit .Bukkit ;
8
8
import org .bukkit .configuration .serialization .ConfigurationSerialization ;
9
- import org .bukkit .plugin .Plugin ;
10
9
import org .bukkit .plugin .PluginDescriptionFile ;
11
10
import org .bukkit .plugin .java .JavaPlugin ;
12
11
import org .bukkit .plugin .java .JavaPluginLoader ;
13
12
14
13
import javax .annotation .Nullable ;
15
14
import java .io .File ;
16
15
import java .io .InputStream ;
17
- import java .util .Arrays ;
18
16
import java .util .logging .Logger ;
19
17
20
18
public class NyaaCoreLoader extends JavaPlugin {
Original file line number Diff line number Diff line change 1
1
package cat .nyaa .nyaacore .utils ;
2
2
3
3
4
- import net .minecraft .core .Registry ;
5
- import net .minecraft .world .entity .Entity ;
6
4
import net .minecraft .world .entity .EntityType ;
7
5
8
- import java .lang .reflect .Field ;
9
6
import java .util .Optional ;
10
7
import java .util .concurrent .atomic .AtomicInteger ;
11
8
Original file line number Diff line number Diff line change 5
5
import net .minecraft .core .BlockPos ;
6
6
import net .minecraft .nbt .CompoundTag ;
7
7
import net .minecraft .nbt .TagParser ;
8
- import net .minecraft .world .damagesource .DamageSource ;
9
- import net .minecraft .world .damagesource .DamageType ;
10
- import net .minecraft .world .damagesource .DamageTypes ;
11
8
import net .minecraft .world .entity .player .Player ;
12
- import net .minecraft .world .level .Explosion ;
13
- import net .minecraft .world .level .ExplosionDamageCalculator ;
14
9
import net .minecraft .world .level .Level ;
15
10
import net .minecraft .world .level .block .entity .BlockEntity ;
16
11
import org .bukkit .World ;
You can’t perform that action at this time.
0 commit comments