public class DefaultPlugin extends java.lang.Object implements REIPluginV0, BuiltinPlugin
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.util.ResourceLocation |
BEACON |
static net.minecraft.util.ResourceLocation |
BEACON_PAYMENT |
static net.minecraft.util.ResourceLocation |
BLASTING |
static net.minecraft.util.ResourceLocation |
BREWING |
static net.minecraft.util.ResourceLocation |
CAMPFIRE |
static net.minecraft.util.ResourceLocation |
COMPOSTING |
static net.minecraft.util.ResourceLocation |
CRAFTING |
static net.minecraft.util.ResourceLocation |
FUEL |
static net.minecraft.util.ResourceLocation |
INFO |
static net.minecraft.util.ResourceLocation |
PATHING |
static net.minecraft.util.ResourceLocation |
PLUGIN |
static net.minecraft.util.ResourceLocation |
SMELTING |
static net.minecraft.util.ResourceLocation |
SMITHING |
static net.minecraft.util.ResourceLocation |
SMOKING |
static net.minecraft.util.ResourceLocation |
STONE_CUTTING |
static net.minecraft.util.ResourceLocation |
STRIPPING |
static net.minecraft.util.ResourceLocation |
TILLING |
| Constructor and Description |
|---|
DefaultPlugin() |
| Modifier and Type | Method and Description |
|---|---|
static net.minecraft.util.ResourceLocation |
getDisplayTexture() |
net.minecraft.util.ResourceLocation |
getPluginIdentifier() |
int |
getPriority() |
void |
postRegister() |
void |
registerBounds(DisplayHelper displayHelper)
Registers bounds handlers
|
static void |
registerBrewingDisplay(DefaultBrewingDisplay recipe)
Deprecated.
|
void |
registerBrewingRecipe(net.minecraft.item.crafting.Ingredient input,
net.minecraft.item.crafting.Ingredient ingredient,
net.minecraft.item.ItemStack output) |
static void |
registerBrewingRecipe(RegisteredBrewingRecipe recipe) |
void |
registerEntries(EntryRegistry entryRegistry)
Registers entries on the item panel
|
static void |
registerInfoDisplay(DefaultInformationDisplay display) |
void |
registerInformation(java.util.List<EntryStack> entryStacks,
net.minecraft.util.text.ITextComponent name,
java.util.function.UnaryOperator<java.util.List<net.minecraft.util.text.ITextComponent>> textBuilder) |
void |
registerOthers(RecipeHelper recipeHelper)
Register other stuff
|
void |
registerPluginCategories(RecipeHelper recipeHelper)
Registers categories
|
void |
registerRecipeDisplays(RecipeHelper recipeHelper)
Registers displays for categories
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpreRegistergetInstance, registerBrewingRecipe, registerInformationpublic static final net.minecraft.util.ResourceLocation CRAFTING
public static final net.minecraft.util.ResourceLocation SMELTING
public static final net.minecraft.util.ResourceLocation SMOKING
public static final net.minecraft.util.ResourceLocation BLASTING
public static final net.minecraft.util.ResourceLocation CAMPFIRE
public static final net.minecraft.util.ResourceLocation STONE_CUTTING
public static final net.minecraft.util.ResourceLocation STRIPPING
public static final net.minecraft.util.ResourceLocation BREWING
public static final net.minecraft.util.ResourceLocation PLUGIN
public static final net.minecraft.util.ResourceLocation COMPOSTING
public static final net.minecraft.util.ResourceLocation FUEL
public static final net.minecraft.util.ResourceLocation SMITHING
public static final net.minecraft.util.ResourceLocation BEACON
public static final net.minecraft.util.ResourceLocation BEACON_PAYMENT
public static final net.minecraft.util.ResourceLocation TILLING
public static final net.minecraft.util.ResourceLocation PATHING
public static final net.minecraft.util.ResourceLocation INFO
public static net.minecraft.util.ResourceLocation getDisplayTexture()
@Deprecated @ApiStatus.ScheduledForRemoval public static void registerBrewingDisplay(DefaultBrewingDisplay recipe)
public static void registerBrewingRecipe(RegisteredBrewingRecipe recipe)
public static void registerInfoDisplay(DefaultInformationDisplay display)
public void registerBrewingRecipe(net.minecraft.item.crafting.Ingredient input,
net.minecraft.item.crafting.Ingredient ingredient,
net.minecraft.item.ItemStack output)
registerBrewingRecipe in interface BuiltinPluginpublic void registerInformation(java.util.List<EntryStack> entryStacks, net.minecraft.util.text.ITextComponent name, java.util.function.UnaryOperator<java.util.List<net.minecraft.util.text.ITextComponent>> textBuilder)
registerInformation in interface BuiltinPluginpublic net.minecraft.util.ResourceLocation getPluginIdentifier()
getPluginIdentifier in interface REIPluginEntrypublic void registerEntries(EntryRegistry entryRegistry)
REIPluginV0registerEntries in interface REIPluginV0entryRegistry - the helper classpublic void registerPluginCategories(RecipeHelper recipeHelper)
REIPluginV0registerPluginCategories in interface REIPluginV0recipeHelper - the helper classpublic void registerRecipeDisplays(RecipeHelper recipeHelper)
REIPluginV0registerRecipeDisplays in interface REIPluginV0recipeHelper - the helper classpublic void postRegister()
postRegister in interface REIPluginV0public void registerBounds(DisplayHelper displayHelper)
REIPluginV0registerBounds in interface REIPluginV0displayHelper - the helper classpublic void registerOthers(RecipeHelper recipeHelper)
REIPluginV0registerOthers in interface REIPluginV0recipeHelper - the helper classpublic int getPriority()
getPriority in interface REIPluginEntry