Package | Description |
---|---|
net.minecraft.client.gui.screen.inventory | |
net.minecraft.client.multiplayer | |
net.minecraft.inventory.container | |
net.minecraft.network.play.client |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFurnaceScreen.handleMouseClick(Slot slotIn,
int slotId,
int mouseButton,
ClickType type) |
protected void |
CreativeScreen.handleMouseClick(Slot slotIn,
int slotId,
int mouseButton,
ClickType type) |
protected void |
ContainerScreen.handleMouseClick(Slot slotIn,
int slotId,
int mouseButton,
ClickType type) |
protected void |
InventoryScreen.handleMouseClick(Slot slotIn,
int slotId,
int mouseButton,
ClickType type) |
protected void |
CraftingScreen.handleMouseClick(Slot slotIn,
int slotId,
int mouseButton,
ClickType type) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
PlayerController.windowClick(int windowId,
int slotId,
int mouseButton,
ClickType type,
PlayerEntity player) |
Modifier and Type | Method and Description |
---|---|
static ClickType |
ClickType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClickType[] |
ClickType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ItemStack |
Container.slotClick(int slotId,
int dragType,
ClickType clickTypeIn,
PlayerEntity player) |
Modifier and Type | Field and Description |
---|---|
private ClickType |
CClickWindowPacket.mode |
Modifier and Type | Method and Description |
---|---|
ClickType |
CClickWindowPacket.getClickType() |
Constructor and Description |
---|
CClickWindowPacket(int windowIdIn,
int slotIdIn,
int usedButtonIn,
ClickType modeIn,
ItemStack clickedItemIn,
short actionNumberIn) |