public interface ICogWheel extends IRotate
IRotate.SpeedLevel, IRotate.StressImpact| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDedicatedCogItem(net.minecraft.item.ItemStack test) |
default boolean |
isDedicatedCogWheel() |
static boolean |
isDedicatedCogWheel(net.minecraft.block.Block block) |
default boolean |
isLargeCog() |
static boolean |
isLargeCog(net.minecraft.block.Block block) |
static boolean |
isLargeCog(net.minecraft.block.BlockState state) |
static boolean |
isLargeCogItem(net.minecraft.item.ItemStack test) |
default boolean |
isSmallCog() |
static boolean |
isSmallCog(net.minecraft.block.Block block) |
static boolean |
isSmallCog(net.minecraft.block.BlockState state) |
static boolean |
isSmallCogItem(net.minecraft.item.ItemStack test) |
getMinimumRequiredSpeedLevel, getRotationAxis, hasShaftTowards, hideStressImpact, showCapacityWithAnnotationgetRotatedBlockState, onSneakWrenched, onWrenched, playRemoveSound, playRotateSound, updateAfterWrenchedstatic boolean isSmallCog(net.minecraft.block.BlockState state)
static boolean isLargeCog(net.minecraft.block.BlockState state)
static boolean isSmallCog(net.minecraft.block.Block block)
static boolean isLargeCog(net.minecraft.block.Block block)
static boolean isDedicatedCogWheel(net.minecraft.block.Block block)
static boolean isDedicatedCogItem(net.minecraft.item.ItemStack test)
static boolean isSmallCogItem(net.minecraft.item.ItemStack test)
static boolean isLargeCogItem(net.minecraft.item.ItemStack test)
default boolean isLargeCog()
default boolean isSmallCog()
default boolean isDedicatedCogWheel()