-
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.
- Loading branch information
Showing
101 changed files
with
4,975 additions
and
3,396 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/interfaces/BlockGrassBlockBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockGrassBlockBehavior extends BlockBehavior { | ||
} |
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
10 changes: 10 additions & 0 deletions
10
...-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockAcaciaLeavesBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.leaves; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockAcaciaLeavesBehavior extends BlockBehavior { | ||
} |
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
10 changes: 10 additions & 0 deletions
10
...API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockDarkOakLeavesBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.leaves; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockDarkOakLeavesBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
...-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockJungleLeavesBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.leaves; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockJungleLeavesBehavior extends BlockBehavior { | ||
} |
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
10 changes: 10 additions & 0 deletions
10
...-API/src/main/java/org/allaymc/api/block/interfaces/leaves/BlockSpruceLeavesBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.leaves; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockSpruceLeavesBehavior extends BlockBehavior { | ||
} |
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
10 changes: 10 additions & 0 deletions
10
...API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockBirchDoubleSlabBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.slab; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockBirchDoubleSlabBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockBirchSlabBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.slab; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockBirchSlabBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
...I/src/main/java/org/allaymc/api/block/interfaces/slab/BlockDarkOakDoubleSlabBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.slab; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockDarkOakDoubleSlabBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockDarkOakSlabBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.slab; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockDarkOakSlabBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
...PI/src/main/java/org/allaymc/api/block/interfaces/slab/BlockJungleDoubleSlabBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.slab; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockJungleDoubleSlabBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockJungleSlabBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.slab; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockJungleSlabBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
...y-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockOakDoubleSlabBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.slab; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockOakDoubleSlabBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockOakSlabBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.slab; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockOakSlabBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
...PI/src/main/java/org/allaymc/api/block/interfaces/slab/BlockSpruceDoubleSlabBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.slab; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockSpruceDoubleSlabBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/interfaces/slab/BlockSpruceSlabBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.slab; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockSpruceSlabBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockAcaciaWoodBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.wood; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockAcaciaWoodBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockBirchWoodBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.wood; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockBirchWoodBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockDarkOakWoodBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.wood; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockDarkOakWoodBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockJungleWoodBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.wood; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockJungleWoodBehavior extends BlockBehavior { | ||
} |
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
10 changes: 10 additions & 0 deletions
10
Allay-API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockSpruceWoodBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.wood; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockSpruceWoodBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
.../src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedAcaciaWoodBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.wood; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockStrippedAcaciaWoodBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
...I/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedBirchWoodBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.wood; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockStrippedBirchWoodBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
...src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedDarkOakWoodBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.wood; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockStrippedDarkOakWoodBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
.../src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedJungleWoodBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.wood; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockStrippedJungleWoodBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
...API/src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedOakWoodBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.wood; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockStrippedOakWoodBehavior extends BlockBehavior { | ||
} |
10 changes: 10 additions & 0 deletions
10
.../src/main/java/org/allaymc/api/block/interfaces/wood/BlockStrippedSpruceWoodBehavior.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.allaymc.api.block.interfaces.wood; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
/** | ||
* @author daoge_cmd <br> | ||
* Allay Project <br> | ||
*/ | ||
public interface BlockStrippedSpruceWoodBehavior extends BlockBehavior { | ||
} |
12 changes: 0 additions & 12 deletions
12
Allay-API/src/main/java/org/allaymc/api/block/property/enums/NewLeafType.java
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
Allay-API/src/main/java/org/allaymc/api/block/property/enums/NewLogType.java
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
Allay-API/src/main/java/org/allaymc/api/block/property/enums/OldLogType.java
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
Allay-API/src/main/java/org/allaymc/api/block/property/enums/StoneType.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.