File size: 92 Bytes
d46f4a3
 
 
 
 
1
2
3
4
5
package net.minecraft.world.entity;

public interface ItemSteerable {
    boolean boost();
}