-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: translate all JavaDocs in API module
* refactor: Enchantment compatibilities & add rarity * fix: Enchantments rarity * refactor: Do not use short on enchantments * refactor: API module
- Loading branch information
Showing
241 changed files
with
1,670 additions
and
1,817 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ | |
* @author daoge_cmd | ||
*/ | ||
public record MaterialType(String name) { | ||
|
||
} |
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
14 changes: 8 additions & 6 deletions
14
Allay-API/src/main/java/org/allaymc/api/block/property/enums/Attachment.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,16 +1,18 @@ | ||
package org.allaymc.api.block.property.enums; | ||
|
||
/** | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} <br> | ||
* Allay Project <p> | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} | ||
* <p> | ||
* Allay Project | ||
* | ||
* @author daoge_cmd | ||
*/ | ||
public enum Attachment { | ||
HANGING, | ||
HANGING, | ||
|
||
MULTIPLE, | ||
MULTIPLE, | ||
|
||
SIDE, | ||
SIDE, | ||
|
||
STANDING | ||
STANDING | ||
} |
12 changes: 7 additions & 5 deletions
12
Allay-API/src/main/java/org/allaymc/api/block/property/enums/BambooLeafSize.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,14 +1,16 @@ | ||
package org.allaymc.api.block.property.enums; | ||
|
||
/** | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} <br> | ||
* Allay Project <p> | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} | ||
* <p> | ||
* Allay Project | ||
* | ||
* @author daoge_cmd | ||
*/ | ||
public enum BambooLeafSize { | ||
LARGE_LEAVES, | ||
LARGE_LEAVES, | ||
|
||
NO_LEAVES, | ||
NO_LEAVES, | ||
|
||
SMALL_LEAVES | ||
SMALL_LEAVES | ||
} |
10 changes: 6 additions & 4 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/property/enums/BambooStalkThickness.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,12 +1,14 @@ | ||
package org.allaymc.api.block.property.enums; | ||
|
||
/** | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} <br> | ||
* Allay Project <p> | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} | ||
* <p> | ||
* Allay Project | ||
* | ||
* @author daoge_cmd | ||
*/ | ||
public enum BambooStalkThickness { | ||
THICK, | ||
THICK, | ||
|
||
THIN | ||
THIN | ||
} |
14 changes: 8 additions & 6 deletions
14
Allay-API/src/main/java/org/allaymc/api/block/property/enums/BigDripleafTilt.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,16 +1,18 @@ | ||
package org.allaymc.api.block.property.enums; | ||
|
||
/** | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} <br> | ||
* Allay Project <p> | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} | ||
* <p> | ||
* Allay Project | ||
* | ||
* @author daoge_cmd | ||
*/ | ||
public enum BigDripleafTilt { | ||
FULL_TILT, | ||
FULL_TILT, | ||
|
||
NONE, | ||
NONE, | ||
|
||
PARTIAL_TILT, | ||
PARTIAL_TILT, | ||
|
||
UNSTABLE | ||
UNSTABLE | ||
} |
12 changes: 7 additions & 5 deletions
12
Allay-API/src/main/java/org/allaymc/api/block/property/enums/CauldronLiquid.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,14 +1,16 @@ | ||
package org.allaymc.api.block.property.enums; | ||
|
||
/** | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} <br> | ||
* Allay Project <p> | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} | ||
* <p> | ||
* Allay Project | ||
* | ||
* @author daoge_cmd | ||
*/ | ||
public enum CauldronLiquid { | ||
LAVA, | ||
LAVA, | ||
|
||
POWDER_SNOW, | ||
POWDER_SNOW, | ||
|
||
WATER | ||
WATER | ||
} |
14 changes: 8 additions & 6 deletions
14
Allay-API/src/main/java/org/allaymc/api/block/property/enums/ChemistryTableType.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,16 +1,18 @@ | ||
package org.allaymc.api.block.property.enums; | ||
|
||
/** | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} <br> | ||
* Allay Project <p> | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} | ||
* <p> | ||
* Allay Project | ||
* | ||
* @author daoge_cmd | ||
*/ | ||
public enum ChemistryTableType { | ||
COMPOUND_CREATOR, | ||
COMPOUND_CREATOR, | ||
|
||
ELEMENT_CONSTRUCTOR, | ||
ELEMENT_CONSTRUCTOR, | ||
|
||
LAB_TABLE, | ||
LAB_TABLE, | ||
|
||
MATERIAL_REDUCER | ||
MATERIAL_REDUCER | ||
} |
14 changes: 8 additions & 6 deletions
14
Allay-API/src/main/java/org/allaymc/api/block/property/enums/ChiselType.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,16 +1,18 @@ | ||
package org.allaymc.api.block.property.enums; | ||
|
||
/** | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} <br> | ||
* Allay Project <p> | ||
* Automatically generated by {@code org.allaymc.codegen.VanillaBlockPropertyTypeGen} | ||
* <p> | ||
* Allay Project | ||
* | ||
* @author daoge_cmd | ||
*/ | ||
public enum ChiselType { | ||
CHISELED, | ||
CHISELED, | ||
|
||
DEFAULT, | ||
DEFAULT, | ||
|
||
LINES, | ||
LINES, | ||
|
||
SMOOTH | ||
SMOOTH | ||
} |
19 changes: 0 additions & 19 deletions
19
Allay-API/src/main/java/org/allaymc/api/block/property/enums/CoralColor.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.