All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bukkit.block.Hopper Maven / Gradle / Ivy

package org.bukkit.block;

import org.bukkit.inventory.InventoryHolder;

/**
 * Represents a hopper.
 */
public interface Hopper extends BlockState, InventoryHolder {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy