forked from Slimefun/Slimefun4
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'Slimefun/master'
DEV - 984 Slimefun日誌: - 修復 smithing table listener
- Loading branch information
Showing
34 changed files
with
41 additions
and
43 deletions.
There are no files selected for viewing
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
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/package-info.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,6 +1,6 @@ | ||
/** | ||
* This package contains a few classes that revolve around the API for | ||
* {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem}, such as | ||
* {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem}, such as | ||
* {@link io.github.thebusybiscuit.slimefun4.api.items.ItemSetting} | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.api.items; |
2 changes: 1 addition & 1 deletion
2
src/main/java/io/github/thebusybiscuit/slimefun4/api/researches/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds everything connected to the {@link io.github.thebusybiscuit.slimefun4.core.researching.Research} | ||
* This package holds everything connected to the {@link io.github.thebusybiscuit.slimefun4.api.researches.Research} | ||
* class. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.api.researches; |
2 changes: 1 addition & 1 deletion
2
src/main/java/io/github/thebusybiscuit/slimefun4/core/attributes/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package contains all variations of {@link io.github.thebusybiscuit.slimefun4.core.attributes.ItemAttribute} that | ||
* can be assigned to a {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} | ||
* can be assigned to a {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.core.attributes; |
4 changes: 2 additions & 2 deletions
4
src/main/java/io/github/thebusybiscuit/slimefun4/core/handlers/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package contains all variations of {@link me.mrCookieSlime.Slimefun.Objects.handlers.ItemHandler} that | ||
* can be assigned to a {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} | ||
* This package contains all variations of {@link io.github.thebusybiscuit.slimefun4.api.items.ItemHandler} that | ||
* can be assigned to a {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.core.handlers; |
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
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
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/handlers/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds simple implementations of {@link me.mrCookieSlime.Slimefun.Objects.handlers.ItemHandler}. | ||
* This package holds simple implementations of {@link io.github.thebusybiscuit.slimefun4.api.items.ItemHandler}. | ||
* These are just handlers that can be re-used frequently. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.handlers; |
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
...main/java/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds the {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} implementations related to | ||
* This package holds the {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} implementations related to | ||
* the {@link io.github.thebusybiscuit.slimefun4.implementation.items.altar.AncientAltar}. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.altar; |
2 changes: 1 addition & 1 deletion
2
...n/java/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds implementations of {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} | ||
* This package holds implementations of {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} | ||
* that are related to the {@link io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid}. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.androids; |
2 changes: 1 addition & 1 deletion
2
...main/java/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-info.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
...ain/java/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-info.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,6 +1,6 @@ | ||
/** | ||
* This package contains a few miscellaneous implementations of | ||
* {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} which are blocks. | ||
* {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} which are blocks. | ||
* Such as the {@link io.github.thebusybiscuit.slimefun4.implementation.items.blocks.BlockPlacer} for example. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.blocks; |
2 changes: 1 addition & 1 deletion
2
...main/java/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-info.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
...o/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-info.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
.../github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-info.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
...n/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-info.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,6 +1,6 @@ | ||
/** | ||
* This package contains the different implementations of | ||
* {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} that also implement the interface | ||
* {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} that also implement the interface | ||
* {@link io.github.thebusybiscuit.slimefun4.core.attributes.EnergyNetComponent} | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.electric; |
2 changes: 1 addition & 1 deletion
2
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds implementations of {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} | ||
* This package holds implementations of {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} | ||
* that are related to food. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.food; |
2 changes: 1 addition & 1 deletion
2
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-info.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
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds implementations of {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} | ||
* This package holds implementations of {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} | ||
* that are related to the {@link io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork}. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.gps; |
2 changes: 1 addition & 1 deletion
2
...in/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds implementations of {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} | ||
* This package holds implementations of {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} | ||
* that are considered magical items. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.magical; |
2 changes: 1 addition & 1 deletion
2
...a/io/github/thebusybiscuit/slimefun4/implementation/items/magical/runes/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds any implementation of {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} | ||
* This package holds any implementation of {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} | ||
* that is an ancient rune with functionality. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.magical.runes; |
2 changes: 1 addition & 1 deletion
2
.../io/github/thebusybiscuit/slimefun4/implementation/items/magical/staves/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds any implementation of {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} that is | ||
* This package holds any implementation of {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} that is | ||
* considered a "Magical Staff". | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.magical.staves; |
2 changes: 1 addition & 1 deletion
2
.../github/thebusybiscuit/slimefun4/implementation/items/magical/talismans/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds any {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} related to the | ||
* This package holds any {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} related to the | ||
* {@link io.github.thebusybiscuit.slimefun4.implementation.items.magical.talismans.Talisman}. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.magical.talismans; |
2 changes: 1 addition & 1 deletion
2
...in/java/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds implementations of {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} that are | ||
* This package holds implementations of {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} that are | ||
* related to healing yourself. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.medical; |
2 changes: 1 addition & 1 deletion
2
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/misc/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds any miscellaneous {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} | ||
* This package holds any miscellaneous {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} | ||
* implementations. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.misc; |
2 changes: 1 addition & 1 deletion
2
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package contains the different classes for each | ||
* {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} | ||
* {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items; |
2 changes: 1 addition & 1 deletion
2
...java/io/github/thebusybiscuit/slimefun4/implementation/items/teleporter/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds implementations of {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} | ||
* This package holds implementations of {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} | ||
* that are related to the {@link io.github.thebusybiscuit.slimefun4.implementation.items.teleporter.Teleporter}. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.teleporter; |
2 changes: 1 addition & 1 deletion
2
...main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/package-info.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,5 +1,5 @@ | ||
/** | ||
* This package holds implementations of {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} | ||
* This package holds implementations of {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} | ||
* that are tools. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation.items.tools; |
2 changes: 1 addition & 1 deletion
2
...in/java/io/github/thebusybiscuit/slimefun4/implementation/items/weapons/package-info.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
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/package-info.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,6 +1,6 @@ | ||
/** | ||
* This package holds all classes that are related to the actual implementation of this plugin. | ||
* This includes implementations of {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} but also any | ||
* This includes implementations of {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem} but also any | ||
* {@link org.bukkit.event.Listener}. | ||
*/ | ||
package io.github.thebusybiscuit.slimefun4.implementation; |