public class ChiselModeManager
extends java.lang.Object
Constructor and Description |
---|
ChiselModeManager() |
Modifier and Type | Method and Description |
---|---|
static void |
changeChiselMode(ChiselToolType tool,
IToolMode originalMode,
IToolMode newClientChiselMode) |
static IToolMode |
getChiselMode(net.minecraft.entity.player.EntityPlayer player,
ChiselToolType setting,
net.minecraft.util.EnumHand hand) |
static void |
scrollOption(ChiselToolType tool,
IToolMode originalMode,
IToolMode currentMode,
int dwheel) |
public static void changeChiselMode(ChiselToolType tool, IToolMode originalMode, IToolMode newClientChiselMode)
public static void scrollOption(ChiselToolType tool, IToolMode originalMode, IToolMode currentMode, int dwheel)
public static IToolMode getChiselMode(net.minecraft.entity.player.EntityPlayer player, ChiselToolType setting, net.minecraft.util.EnumHand hand)