public interface ComponentAPI
| 限定符和类型 | 字段和说明 |
|---|---|
static DrawNode |
DRAW_BACKGROUND |
static DrawNode |
DRAW_BORDER_TEXTS |
static DrawNode |
DRAW_PROGRESS |
static DrawNode |
DRAW_STRING |
static DrawNode |
DRAW_TEXTURE |
static net.minecraft.util.ResourceLocation |
LOC_ANIM_FADE_IN |
static net.minecraft.util.ResourceLocation |
LOC_ANIM_FADE_OUT |
static net.minecraft.util.ResourceLocation |
LOC_DRAW_BACKGROUND |
static net.minecraft.util.ResourceLocation |
LOC_DRAW_BORDER_TEXTS |
static net.minecraft.util.ResourceLocation |
LOC_DRAW_PROGRESS |
static net.minecraft.util.ResourceLocation |
LOC_DRAW_STRING |
static net.minecraft.util.ResourceLocation |
LOC_DRAW_TEXTURE |
static DrawNode |
POST |
static DrawNode |
PRE |
static Properties.Key<org.apache.commons.lang3.tuple.Pair<java.lang.Integer,java.lang.Integer>> |
PROP_BACK_SIZE |
static Properties.Key<GuiBar.Direction> |
PROP_DIRECTION |
static Properties.Key<java.lang.Integer> |
PROP_FADE_TIME |
static Properties.Key<java.lang.Boolean> |
PROP_ON_FRONT |
static Properties.Key<java.lang.Float> |
PROP_PROGRESS |
static Properties.Key<java.lang.String[]> |
PROP_STRING |
static Properties.Key<java.lang.Object[]> |
PROP_STRING_SRC |
static Properties.Key<TextureInfo> |
PROP_TEXTURE |
static final net.minecraft.util.ResourceLocation LOC_DRAW_TEXTURE
static final net.minecraft.util.ResourceLocation LOC_DRAW_STRING
static final net.minecraft.util.ResourceLocation LOC_DRAW_BORDER_TEXTS
static final net.minecraft.util.ResourceLocation LOC_DRAW_BACKGROUND
static final net.minecraft.util.ResourceLocation LOC_DRAW_PROGRESS
static final net.minecraft.util.ResourceLocation LOC_ANIM_FADE_IN
static final net.minecraft.util.ResourceLocation LOC_ANIM_FADE_OUT
static final DrawNode DRAW_TEXTURE
static final DrawNode DRAW_STRING
static final DrawNode DRAW_BORDER_TEXTS
static final DrawNode DRAW_BACKGROUND
static final DrawNode DRAW_PROGRESS
static final DrawNode PRE
static final DrawNode POST
static final Properties.Key<java.lang.Integer> PROP_FADE_TIME
static final Properties.Key<java.lang.String[]> PROP_STRING
static final Properties.Key<java.lang.Object[]> PROP_STRING_SRC
static final Properties.Key<TextureInfo> PROP_TEXTURE
static final Properties.Key<org.apache.commons.lang3.tuple.Pair<java.lang.Integer,java.lang.Integer>> PROP_BACK_SIZE
static final Properties.Key<GuiBar.Direction> PROP_DIRECTION
static final Properties.Key<java.lang.Float> PROP_PROGRESS
static final Properties.Key<java.lang.Boolean> PROP_ON_FRONT