public interface MinecartHopper extends MinecartContainer
Minecart
with a Hopper in it.Modifier and Type | Method and Description |
---|---|
default CooldownData |
getCooldownData()
Gets a copy of the
CooldownData . |
getInventory
doesSlowWhenEmpty, getAirborneVelocityMod, getDerailedVelocityMod, getPotentialMaxSpeed, getSwiftness, isOnRail, setAirborneVelocityMod, setDerailedVelocityMod, setSlowWhenEmpty, setSwiftness
createSnapshot, damage, getLocation, getRotation, getScale, getTransform, getType, getWorld, isLoaded, isOnGround, isRemoved, remove, setLocation, setLocationAndRotation, setLocationAndRotation, setLocationAndRotationSafely, setLocationAndRotationSafely, setLocationSafely, setRotation, setScale, setTransform, transferToWorld, transferToWorld
getUniqueId
setRawData, validateRawData
toContainer
getApplicableProperties, getProperty
default CooldownData getCooldownData()
CooldownData
. The cooldown data represents
the delay before this MinecartHopper
will attempt to transfer
an ItemStack
.