Uses of Interface
net.minecraft.class_8566
Packages that use class_8566
Package
Description
-
Uses of class_8566 in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return class_8566Modifier and TypeMethodDescriptionprivate static class_8566
SheepEntity.createDyeMixingCraftingInventory
(DyeColor firstColor, DyeColor secondColor) -
Uses of class_8566 in net.minecraft.inventory
Classes in net.minecraft.inventory that implement class_8566 -
Uses of class_8566 in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type class_8566Modifier and TypeMethodDescriptionArmorDyeRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) BannerDuplicateRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) BookCloningRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) CraftingDecoratedPotRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) FireworkRocketRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) FireworkStarFadeRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) FireworkStarRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) MapCloningRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) MapExtendingRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) RepairItemRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) ShapedRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) ShapelessRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) ShieldDecorationRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) ShulkerBoxColoringRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) SuspiciousStewRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) TippedArrowRecipe.craft
(class_8566 class_8566, DynamicRegistryManager dynamicRegistryManager) private static ItemStack
MapExtendingRecipe.findFilledMap
(class_8566 inventory) BannerDuplicateRecipe.getRemainder
(class_8566 class_8566) BookCloningRecipe.getRemainder
(class_8566 class_8566) boolean
ArmorDyeRecipe.matches
(class_8566 class_8566, World world) boolean
BannerDuplicateRecipe.matches
(class_8566 class_8566, World world) boolean
BookCloningRecipe.matches
(class_8566 class_8566, World world) boolean
CraftingDecoratedPotRecipe.matches
(class_8566 class_8566, World world) boolean
FireworkRocketRecipe.matches
(class_8566 class_8566, World world) boolean
FireworkStarFadeRecipe.matches
(class_8566 class_8566, World world) boolean
FireworkStarRecipe.matches
(class_8566 class_8566, World world) boolean
MapCloningRecipe.matches
(class_8566 class_8566, World world) boolean
MapExtendingRecipe.matches
(class_8566 class_8566, World world) boolean
RepairItemRecipe.matches
(class_8566 class_8566, World world) boolean
ShapedRecipe.matches
(class_8566 class_8566, World world) boolean
ShapelessRecipe.matches
(class_8566 class_8566, World world) boolean
ShieldDecorationRecipe.matches
(class_8566 class_8566, World world) boolean
ShulkerBoxColoringRecipe.matches
(class_8566 class_8566, World world) boolean
SuspiciousStewRecipe.matches
(class_8566 class_8566, World world) boolean
TippedArrowRecipe.matches
(class_8566 class_8566, World world) private boolean
ShapedRecipe.matchesPattern
(class_8566 inv, int offsetX, int offsetY, boolean flipped) -
Uses of class_8566 in net.minecraft.screen
Fields in net.minecraft.screen declared as class_8566Modifier and TypeFieldDescriptionprivate final class_8566
PlayerScreenHandler.craftingInput
private final class_8566
CraftingScreenHandler.input
Methods in net.minecraft.screen that return class_8566Methods in net.minecraft.screen with parameters of type class_8566Modifier and TypeMethodDescriptionprotected static void
CraftingScreenHandler.updateResult
(ScreenHandler handler, World world, PlayerEntity player, class_8566 craftingInventory, CraftingResultInventory resultInventory) Method parameters in net.minecraft.screen with type arguments of type class_8566Modifier and TypeMethodDescriptionboolean
CraftingScreenHandler.matches
(Recipe<? super class_8566> recipe) boolean
PlayerScreenHandler.matches
(Recipe<? super class_8566> recipe) -
Uses of class_8566 in net.minecraft.screen.slot
Fields in net.minecraft.screen.slot declared as class_8566Constructors in net.minecraft.screen.slot with parameters of type class_8566ModifierConstructorDescriptionCraftingResultSlot
(PlayerEntity player, class_8566 input, Inventory inventory, int index, int x, int y)