Update Bukkit for Minecraft 1.4(.2) changes.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
6
paper-api/src/main/java/org/bukkit/entity/ItemFrame.java
Normal file
6
paper-api/src/main/java/org/bukkit/entity/ItemFrame.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents an Item Frame
|
||||
*/
|
||||
public interface ItemFrame extends Hanging {}
|
||||
Reference in New Issue
Block a user