Bucketable API

This commit is contained in:
Owen1212055
2021-12-26 14:03:11 -05:00
parent 1fa51dd469
commit 5024980442
3 changed files with 43 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import org.jetbrains.annotations.NotNull;
/**
* An Axolotl.
*/
public interface Axolotl extends Animals {
public interface Axolotl extends Animals, io.papermc.paper.entity.Bucketable { // Paper - Bucketable API
/**
* Gets if this axolotl is playing dead.