minecraft-src/net/minecraft/world/entity/ItemSteerable.java
2025-07-04 01:41:11 +03:00

5 lines
90 B
Java

package net.minecraft.world.entity;
public interface ItemSteerable {
boolean boost();
}