Bucketable API
This commit is contained in:
@@ -3,4 +3,4 @@ package org.bukkit.entity;
|
||||
/**
|
||||
* Represents a fish entity.
|
||||
*/
|
||||
public interface Fish extends WaterMob { }
|
||||
public interface Fish extends WaterMob, io.papermc.paper.entity.Bucketable { } // Paper - Bucketable API
|
||||
|
||||
Reference in New Issue
Block a user