-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: renamed to 'Sculk' and some other things
- Loading branch information
Showing
518 changed files
with
1,893 additions
and
1,810 deletions.
There are no files selected for viewing
35 changes: 0 additions & 35 deletions
35
api/src/main/java/de/bauhd/minecraft/server/command/BrigadierCommand.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...uhd/minecraft/server/MinecraftConfig.java → .../java/de/bauhd/sculk/MinecraftConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server; | ||
package de.bauhd.sculk; | ||
|
||
import org.jetbrains.annotations.NotNull; | ||
|
||
|
28 changes: 14 additions & 14 deletions
28
...uhd/minecraft/server/MinecraftServer.java → .../java/de/bauhd/sculk/MinecraftServer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...a/de/bauhd/minecraft/server/Viewable.java → ...rc/main/java/de/bauhd/sculk/Viewable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...necraft/server/command/CommandSource.java → ...de/bauhd/sculk/command/CommandSource.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...necraft/server/connection/Connection.java → ...de/bauhd/sculk/connection/Connection.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.connection; | ||
package de.bauhd.sculk.connection; | ||
|
||
import java.net.SocketAddress; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...raft/server/container/AnvilContainer.java → ...bauhd/sculk/container/AnvilContainer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...aft/server/container/BeaconContainer.java → ...auhd/sculk/container/BeaconContainer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rver/container/BrewingStandContainer.java → ...culk/container/BrewingStandContainer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...minecraft/server/container/Container.java → ...a/de/bauhd/sculk/container/Container.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../container/EnchantmentTableContainer.java → .../container/EnchantmentTableContainer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ft/server/container/FurnaceContainer.java → ...uhd/sculk/container/FurnaceContainer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...minecraft/server/container/Inventory.java → ...a/de/bauhd/sculk/container/Inventory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ft/server/container/LecternContainer.java → ...uhd/sculk/container/LecternContainer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...craft/server/container/LoomContainer.java → .../bauhd/sculk/container/LoomContainer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...erver/container/StonecutterContainer.java → ...sculk/container/StonecutterContainer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...raft/server/container/item/ItemStack.java → ...bauhd/sculk/container/item/ItemStack.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...craft/server/container/item/Material.java → .../bauhd/sculk/container/item/Material.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...d/minecraft/server/damage/DamageType.java → ...ava/de/bauhd/sculk/damage/DamageType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...craft/server/enchantment/Enchantment.java → .../bauhd/sculk/enchantment/Enchantment.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...auhd/minecraft/server/entity/Ageable.java → ...n/java/de/bauhd/sculk/entity/Ageable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../bauhd/minecraft/server/entity/Allay.java → ...ain/java/de/bauhd/sculk/entity/Allay.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents an Allay. | ||
|
2 changes: 1 addition & 1 deletion
2
...bauhd/minecraft/server/entity/Animal.java → ...in/java/de/bauhd/sculk/entity/Animal.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents an animal. | ||
|
2 changes: 1 addition & 1 deletion
2
...ecraft/server/entity/AreaEffectCloud.java → ...e/bauhd/sculk/entity/AreaEffectCloud.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...d/minecraft/server/entity/ArmorStand.java → ...ava/de/bauhd/sculk/entity/ArmorStand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents an armor stand. | ||
|
2 changes: 1 addition & 1 deletion
2
.../bauhd/minecraft/server/entity/Arrow.java → ...ain/java/de/bauhd/sculk/entity/Arrow.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents an arrow entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...auhd/minecraft/server/entity/Axolotl.java → ...n/java/de/bauhd/sculk/entity/Axolotl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents an axolotl entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...de/bauhd/minecraft/server/entity/Bat.java → .../main/java/de/bauhd/sculk/entity/Bat.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a bat entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...de/bauhd/minecraft/server/entity/Bee.java → .../main/java/de/bauhd/sculk/entity/Bee.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a bee entity. | ||
|
2 changes: 1 addition & 1 deletion
2
.../bauhd/minecraft/server/entity/Blaze.java → ...ain/java/de/bauhd/sculk/entity/Blaze.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a blaze entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...minecraft/server/entity/BlockDisplay.java → ...a/de/bauhd/sculk/entity/BlockDisplay.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e/bauhd/minecraft/server/entity/Boat.java → ...main/java/de/bauhd/sculk/entity/Boat.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a boat entity. | ||
|
2 changes: 1 addition & 1 deletion
2
.../bauhd/minecraft/server/entity/Camel.java → ...ain/java/de/bauhd/sculk/entity/Camel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a camel entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...de/bauhd/minecraft/server/entity/Cat.java → .../main/java/de/bauhd/sculk/entity/Cat.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a cat entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...d/minecraft/server/entity/CaveSpider.java → ...ava/de/bauhd/sculk/entity/CaveSpider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a cave spider entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...hd/minecraft/server/entity/ChestBoat.java → ...java/de/bauhd/sculk/entity/ChestBoat.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a chest boat entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...inecraft/server/entity/ChestMinecart.java → .../de/bauhd/sculk/entity/ChestMinecart.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...auhd/minecraft/server/entity/Chicken.java → ...n/java/de/bauhd/sculk/entity/Chicken.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a chicken entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...de/bauhd/minecraft/server/entity/Cod.java → .../main/java/de/bauhd/sculk/entity/Cod.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a cod entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...t/server/entity/CommandBlockMinecart.java → ...hd/sculk/entity/CommandBlockMinecart.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...de/bauhd/minecraft/server/entity/Cow.java → .../main/java/de/bauhd/sculk/entity/Cow.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a cow entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...auhd/minecraft/server/entity/Creeper.java → ...n/java/de/bauhd/sculk/entity/Creeper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a creeper entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...auhd/minecraft/server/entity/Display.java → ...n/java/de/bauhd/sculk/entity/Display.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a display entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...auhd/minecraft/server/entity/Dolphin.java → ...n/java/de/bauhd/sculk/entity/Dolphin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a dolphin entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...bauhd/minecraft/server/entity/Donkey.java → ...in/java/de/bauhd/sculk/entity/Donkey.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a donkey entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...necraft/server/entity/DragonFireball.java → ...de/bauhd/sculk/entity/DragonFireball.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...auhd/minecraft/server/entity/Drowned.java → ...n/java/de/bauhd/sculk/entity/Drowned.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents a drowned entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...de/bauhd/minecraft/server/entity/Egg.java → .../main/java/de/bauhd/sculk/entity/Egg.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.bauhd.minecraft.server.entity; | ||
package de.bauhd.sculk.entity; | ||
|
||
/** | ||
* Represents an egg entity. | ||
|
2 changes: 1 addition & 1 deletion
2
...inecraft/server/entity/ElderGuardian.java → .../de/bauhd/sculk/entity/ElderGuardian.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...d/minecraft/server/entity/EndCrystal.java → ...ava/de/bauhd/sculk/entity/EndCrystal.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.