public class CustomDropScreen
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CustomDropScreen.Builder |
Constructor and Description |
---|
CustomDropScreen() |
Modifier and Type | Method and Description |
---|---|
static CustomDropScreen.Builder |
builder() |
static CustomDropScreen.Builder |
builder(net.minecraft.util.text.ITextComponent title) |
static void |
openDropScreen(net.minecraft.entity.player.EntityPlayerMP player,
net.minecraft.util.text.ITextComponent title,
java.util.List<net.minecraft.item.ItemStack> items,
java.lang.String... buttons) |
public static void openDropScreen(net.minecraft.entity.player.EntityPlayerMP player, net.minecraft.util.text.ITextComponent title, java.util.List<net.minecraft.item.ItemStack> items, java.lang.String... buttons)
public static CustomDropScreen.Builder builder()
public static CustomDropScreen.Builder builder(net.minecraft.util.text.ITextComponent title)