Class FilledMapItem

All Implemented Interfaces:
Itemable

public class FilledMapItem extends NetworkSyncedItem
Mappings:
Namespace Name
official atj
intermediary net/minecraft/class_1073
named net/minecraft/item/FilledMapItem
  • Constructor Details

    • FilledMapItem

      public FilledMapItem(Item.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lata;<init>(Lata$a;)V
      intermediary <init> Lnet/minecraft/class_1069;<init>(Lnet/minecraft/class_1069$class_3555;)V
      named <init> Lnet/minecraft/item/Item;<init>(Lnet/minecraft/item/Item$Settings;)V
  • Method Details

    • method_16113

      public static ItemStack method_16113(World world, int int2, int int3, byte byte2, boolean bool, boolean bool2)
      Mappings:
      Namespace Name Mixin selector
      official a Latj;a(Laxy;IIBZZ)Late;
      intermediary method_16113 Lnet/minecraft/class_1073;method_16113(Lnet/minecraft/class_1150;IIBZZ)Lnet/minecraft/class_1071;
      named method_16113 Lnet/minecraft/item/FilledMapItem;method_16113(Lnet/minecraft/world/World;IIBZZ)Lnet/minecraft/item/ItemStack;
    • method_16111

      @Nullable public static MapState method_16111(ItemStack itemStack, World world)
      Mappings:
      Namespace Name Mixin selector
      official a Latj;a(Late;Laxy;)Lcbs;
      intermediary method_16111 Lnet/minecraft/class_1073;method_16111(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;)Lnet/minecraft/class_89;
      named method_16111 Lnet/minecraft/item/FilledMapItem;method_16111(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;)Lnet/minecraft/item/map/MapState;
    • method_16117

      public static int method_16117(ItemStack itemStack)
      Mappings:
      Namespace Name Mixin selector
      official e Latj;e(Late;)I
      intermediary method_16117 Lnet/minecraft/class_1073;method_16117(Lnet/minecraft/class_1071;)I
      named method_16117 Lnet/minecraft/item/FilledMapItem;method_16117(Lnet/minecraft/item/ItemStack;)I
    • method_16112

      private static MapState method_16112(ItemStack itemStack, World world, int int2, int int3, int int4, boolean bool, boolean bool2, DimensionType dimensionType)
      Mappings:
      Namespace Name Mixin selector
      official a Latj;a(Late;Laxy;IIIZZLbod;)Lcbs;
      intermediary method_16112 Lnet/minecraft/class_1073;method_16112(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;IIIZZLnet/minecraft/class_3793;)Lnet/minecraft/class_89;
      named method_16112 Lnet/minecraft/item/FilledMapItem;method_16112(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;IIIZZLnet/minecraft/world/dimension/DimensionType;)Lnet/minecraft/item/map/MapState;
    • method_16115

      @Nullable public static MapState method_16115(IWorld iWorld, String string)
      Mappings:
      Namespace Name Mixin selector
      official a Latj;a(Laxz;Ljava/lang/String;)Lcbs;
      intermediary method_16115 Lnet/minecraft/class_1073;method_16115(Lnet/minecraft/class_3598;Ljava/lang/String;)Lnet/minecraft/class_89;
      named method_16115 Lnet/minecraft/item/FilledMapItem;method_16115(Lnet/minecraft/world/IWorld;Ljava/lang/String;)Lnet/minecraft/item/map/MapState;
    • updateColors

      public void updateColors(World world, Entity entity, MapState state)
      Mappings:
      Namespace Name Mixin selector
      official a Latj;a(Laxy;Laer;Lcbs;)V
      intermediary method_3454 Lnet/minecraft/class_1073;method_3454(Lnet/minecraft/class_1150;Lnet/minecraft/class_864;Lnet/minecraft/class_89;)V
      named updateColors Lnet/minecraft/item/FilledMapItem;updateColors(Lnet/minecraft/world/World;Lnet/minecraft/entity/Entity;Lnet/minecraft/item/map/MapState;)V
    • method_16114

      private BlockState method_16114(World world, BlockState blockState, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Latj;a(Laxy;Lblc;Lel;)Lblc;
      intermediary method_16114 Lnet/minecraft/class_1073;method_16114(Lnet/minecraft/class_1150;Lnet/minecraft/class_2232;Lnet/minecraft/class_2552;)Lnet/minecraft/class_2232;
      named method_16114 Lnet/minecraft/item/FilledMapItem;method_16114(Lnet/minecraft/world/World;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
    • method_16116

      private static boolean method_16116(Biome[] biome, int int2, int int3, int int4)
      Mappings:
      Namespace Name Mixin selector
      official a Latj;a([Layu;III)Z
      intermediary method_16116 Lnet/minecraft/class_1073;method_16116([Lnet/minecraft/class_1170;III)Z
      named method_16116 Lnet/minecraft/item/FilledMapItem;method_16116([Lnet/minecraft/world/biome/Biome;III)Z
    • method_13664

      public static void method_13664(World world, ItemStack itemStack)
      Mappings:
      Namespace Name Mixin selector
      official a Latj;a(Laxy;Late;)V
      intermediary method_13664 Lnet/minecraft/class_1073;method_13664(Lnet/minecraft/class_1150;Lnet/minecraft/class_1071;)V
      named method_13664 Lnet/minecraft/item/FilledMapItem;method_13664(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;)V
    • inventoryTick

      public void inventoryTick(ItemStack stack, World world, Entity entity, int slot, boolean selected)
      Runs every tick when the item is in an inventory.
      Overrides:
      inventoryTick in class Item
      Parameters:
      stack - The item in an ItemStack form
      world - The world where the item is ticking
      entity - The entity whose inventory contains the item
      slot - The slot in which the item is placed
      selected - Whether the item is currently selected by the entity
      Mappings:
      Namespace Name Mixin selector
      official a Lata;a(Late;Laxy;Laer;IZ)V
      intermediary method_3357 Lnet/minecraft/class_1069;method_3357(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Lnet/minecraft/class_864;IZ)V
      named inventoryTick Lnet/minecraft/item/Item;inventoryTick(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/Entity;IZ)V
    • createSyncPacket

      @Nullable public Packet<?> createSyncPacket(ItemStack stack, World world, PlayerEntity player)
      Overrides:
      createSyncPacket in class NetworkSyncedItem
      Mappings:
      Namespace Name Mixin selector
      official a Larx;a(Late;Laxy;Laog;)Liv;
      intermediary method_3314 Lnet/minecraft/class_1040;method_3314(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Lnet/minecraft/class_988;)Lnet/minecraft/class_700;
      named createSyncPacket Lnet/minecraft/item/NetworkSyncedItem;createSyncPacket(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/network/Packet;
    • onCraft

      public void onCraft(ItemStack stack, World world, PlayerEntity player)
      Runs when the item is crafted
      Overrides:
      onCraft in class Item
      Parameters:
      stack - The item in an ItemStack form
      world - The world where the crafting happened
      player - The player who crafted the item
      Mappings:
      Namespace Name Mixin selector
      official b Lata;b(Late;Laxy;Laog;)V
      intermediary method_3375 Lnet/minecraft/class_1069;method_3375(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Lnet/minecraft/class_988;)V
      named onCraft Lnet/minecraft/item/Item;onCraft(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;)V
    • method_11399

      protected static void method_11399(ItemStack itemStack, World world, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Latj;a(Late;Laxy;I)V
      intermediary method_11399 Lnet/minecraft/class_1073;method_11399(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;I)V
      named method_11399 Lnet/minecraft/item/FilledMapItem;method_11399(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;I)V
    • appendTooltips

      @Environment(CLIENT) public void appendTooltips(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext tooltipContext)
      Overrides:
      appendTooltips in class Item
      Mappings:
      Namespace Name Mixin selector
      official a Lata;a(Late;Laxy;Ljava/util/List;Laum;)V
      intermediary method_14234 Lnet/minecraft/class_1069;method_14234(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Ljava/util/List;Lnet/minecraft/class_3191;)V
      named appendTooltips Lnet/minecraft/item/Item;appendTooltips(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Ljava/util/List;Lnet/minecraft/client/TooltipContext;)V
    • method_13665

      @Environment(CLIENT) public static int method_13665(ItemStack itemStack)
      Mappings:
      Namespace Name Mixin selector
      official f Latj;f(Late;)I
      intermediary method_13665 Lnet/minecraft/class_1073;method_13665(Lnet/minecraft/class_1071;)I
      named method_13665 Lnet/minecraft/item/FilledMapItem;method_13665(Lnet/minecraft/item/ItemStack;)I
    • useOnBlock

      public ActionResult useOnBlock(ItemUsageContext itemUsageContext)
      Overrides:
      useOnBlock in class Item
      Mappings:
      Namespace Name Mixin selector
      official a Lata;a(Laup;)Ladm;
      intermediary method_16071 Lnet/minecraft/class_1069;method_16071(Lnet/minecraft/class_3565;)Lnet/minecraft/class_2962;
      named useOnBlock Lnet/minecraft/item/Item;useOnBlock(Lnet/minecraft/item/ItemUsageContext;)Lnet/minecraft/util/ActionResult;