-
Notifications
You must be signed in to change notification settings - Fork 15
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
128 changed files
with
25,214 additions
and
12,245 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
6 changes: 6 additions & 0 deletions
6
api/src/main/java/org/allaymc/api/block/interfaces/head/BlockCreeperHeadBehavior.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,6 @@ | ||
package org.allaymc.api.block.interfaces.head; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
public interface BlockCreeperHeadBehavior extends BlockBehavior { | ||
} |
6 changes: 6 additions & 0 deletions
6
api/src/main/java/org/allaymc/api/block/interfaces/head/BlockDragonHeadBehavior.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,6 @@ | ||
package org.allaymc.api.block.interfaces.head; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
public interface BlockDragonHeadBehavior extends BlockBehavior { | ||
} |
6 changes: 6 additions & 0 deletions
6
api/src/main/java/org/allaymc/api/block/interfaces/head/BlockPiglinHeadBehavior.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,6 @@ | ||
package org.allaymc.api.block.interfaces.head; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
public interface BlockPiglinHeadBehavior extends BlockBehavior { | ||
} |
6 changes: 6 additions & 0 deletions
6
api/src/main/java/org/allaymc/api/block/interfaces/head/BlockPlayerHeadBehavior.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,6 @@ | ||
package org.allaymc.api.block.interfaces.head; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
public interface BlockPlayerHeadBehavior extends BlockBehavior { | ||
} |
6 changes: 6 additions & 0 deletions
6
api/src/main/java/org/allaymc/api/block/interfaces/head/BlockSkeletonSkullBehavior.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,6 @@ | ||
package org.allaymc.api.block.interfaces.head; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
public interface BlockSkeletonSkullBehavior extends BlockBehavior { | ||
} |
6 changes: 6 additions & 0 deletions
6
...src/main/java/org/allaymc/api/block/interfaces/head/BlockWitherSkeletonSkullBehavior.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,6 @@ | ||
package org.allaymc.api.block.interfaces.head; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
public interface BlockWitherSkeletonSkullBehavior extends BlockBehavior { | ||
} |
6 changes: 6 additions & 0 deletions
6
api/src/main/java/org/allaymc/api/block/interfaces/head/BlockZombieHeadBehavior.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,6 @@ | ||
package org.allaymc.api.block.interfaces.head; | ||
|
||
import org.allaymc.api.block.BlockBehavior; | ||
|
||
public interface BlockZombieHeadBehavior 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
Oops, something went wrong.