public class DialogueInputScreen
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DialogueInputScreen.Builder |
Constructor and Description |
---|
DialogueInputScreen() |
Modifier and Type | Method and Description |
---|---|
static DialogueInputScreen.Builder |
builder() |
static DialogueInputScreen.Builder |
builder(net.minecraft.util.text.ITextComponent title) |
static void |
openDialogueInput(net.minecraft.entity.player.EntityPlayerMP player,
net.minecraft.util.text.ITextComponent title,
net.minecraft.util.text.ITextComponent text) |
public static void openDialogueInput(net.minecraft.entity.player.EntityPlayerMP player, net.minecraft.util.text.ITextComponent title, net.minecraft.util.text.ITextComponent text)
public static DialogueInputScreen.Builder builder()
public static DialogueInputScreen.Builder builder(net.minecraft.util.text.ITextComponent title)