Package net.minecraft.item
Class FilledMapItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.NetworkSyncedItem
net.minecraft.item.FilledMapItem
- Mappings:
Namespace Name official aiwintermediary net/minecraft/class_1073named net/minecraft/item/FilledMapItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.ToolMaterialType -
Field Summary
Fields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_UUID, ATTACK_SPEED_MODIFIER, damageable, handheld, maxCount, RANDOM, REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendTooltips(ItemStack stack, World world, List<String> tooltip, TooltipContext tooltipContext) Packet<?>createSyncPacket(ItemStack stack, World world, PlayerEntity player) static MapStategetMapState(int i, World world) getMapState(ItemStack itemStack, World world) voidinventoryTick(ItemStack stack, World world, Entity entity, int slot, boolean selected) Runs every tick when the item is in an inventory.protected static voidmethod_11399(ItemStack itemStack, World world, int int2) protected static voidmethod_11400(ItemStack itemStack, World world) static ItemStackmethod_13663(World world, double double2, double double3, byte byte2, boolean bool, boolean bool2) static voidmethod_13664(World world, ItemStack itemStack) static intmethod_13665(ItemStack itemStack) voidonCraft(ItemStack stack, World world, PlayerEntity player) Runs when the item is craftedvoidupdateColors(World world, Entity entity, MapState state) Methods inherited from class net.minecraft.item.NetworkSyncedItem
isNetworkSyncedMethods inherited from class net.minecraft.item.Item
addProperty, appendToItemGroup, byRawId, canAddTo, canRepair, fromBlock, getBlockBreakingSpeed, getDefaultStack, getDisplayName, getEnchantability, getFromId, getItemGroup, getItemstackTranslatedName, getMaxCount, getMaxDamage, getMaxUseTime, getMeta, getProperty, getRarity, getRawId, getRecipeRemainder, getTranslationKey, getTranslationKey, getUseAction, hasEnchantmentGlint, hasProperties, hasSubTypes, isDamageable, isEnchantable, isFood, isHandheld, isUnbreakable, method_13649, method_3346, method_3353, method_3356, method_3359, method_3367, method_6326, onEntityHit, onHit, postProcessNbt, registerBlockItem, setHandheld, setItemGroup, setMaxCount, setMaxDamage, setRecipeRemainder, setTranslationKey, setUnbreakable, setup, shouldRotate, shouldSyncNbtToClient, use
-
Constructor Details
-
FilledMapItem
protected FilledMapItem()- Mappings:
Namespace Name Mixin selector official <init>Lain;<init>()Vintermediary <init>Lnet/minecraft/class_1069;<init>()Vnamed <init>Lnet/minecraft/item/Item;<init>()V
-
-
Method Details
-
method_13663
public static ItemStack method_13663(World world, double double2, double double3, byte byte2, boolean bool, boolean bool2) - Mappings:
Namespace Name Mixin selector official aLaiw;a(Lamu;DDBZZ)Laip;intermediary method_13663Lnet/minecraft/class_1073;method_13663(Lnet/minecraft/class_1150;DDBZZ)Lnet/minecraft/class_1071;named method_13663Lnet/minecraft/item/FilledMapItem;method_13663(Lnet/minecraft/world/World;DDBZZ)Lnet/minecraft/item/ItemStack;
-
getMapState
- Mappings:
Namespace Name Mixin selector official aLaiw;a(ILamu;)Lbev;intermediary method_3455Lnet/minecraft/class_1073;method_3455(ILnet/minecraft/class_1150;)Lnet/minecraft/class_89;named getMapStateLnet/minecraft/item/FilledMapItem;getMapState(ILnet/minecraft/world/World;)Lnet/minecraft/item/map/MapState;
-
getMapState
- Mappings:
Namespace Name Mixin selector official aLaiw;a(Laip;Lamu;)Lbev;intermediary method_3453Lnet/minecraft/class_1073;method_3453(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;)Lnet/minecraft/class_89;named getMapStateLnet/minecraft/item/FilledMapItem;getMapState(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;)Lnet/minecraft/item/map/MapState;
-
updateColors
- Mappings:
Namespace Name Mixin selector official aLaiw;a(Lamu;Lvg;Lbev;)Vintermediary method_3454Lnet/minecraft/class_1073;method_3454(Lnet/minecraft/class_1150;Lnet/minecraft/class_864;Lnet/minecraft/class_89;)Vnamed updateColorsLnet/minecraft/item/FilledMapItem;updateColors(Lnet/minecraft/world/World;Lnet/minecraft/entity/Entity;Lnet/minecraft/item/map/MapState;)V
-
method_13664
- Mappings:
Namespace Name Mixin selector official aLaiw;a(Lamu;Laip;)Vintermediary method_13664Lnet/minecraft/class_1073;method_13664(Lnet/minecraft/class_1150;Lnet/minecraft/class_1071;)Vnamed method_13664Lnet/minecraft/item/FilledMapItem;method_13664(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;)V
-
inventoryTick
Runs every tick when the item is in an inventory.- Overrides:
inventoryTickin classItem- Parameters:
stack- The item in an ItemStack formworld- The world where the item is tickingentity- The entity whose inventory contains the itemslot- The slot in which the item is placedselected- Whether the item is currently selected by the entity- Mappings:
Namespace Name Mixin selector official aLain;a(Laip;Lamu;Lvg;IZ)Vintermediary method_3357Lnet/minecraft/class_1069;method_3357(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Lnet/minecraft/class_864;IZ)Vnamed inventoryTickLnet/minecraft/item/Item;inventoryTick(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/Entity;IZ)V
-
createSyncPacket
- Overrides:
createSyncPacketin classNetworkSyncedItem- Mappings:
Namespace Name Mixin selector official aLaho;a(Laip;Lamu;Laed;)Lht;intermediary method_3314Lnet/minecraft/class_1040;method_3314(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Lnet/minecraft/class_988;)Lnet/minecraft/class_700;named createSyncPacketLnet/minecraft/item/NetworkSyncedItem;createSyncPacket(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/network/Packet;
-
onCraft
Runs when the item is crafted- Overrides:
onCraftin classItem- Parameters:
stack- The item in an ItemStack formworld- The world where the crafting happenedplayer- The player who crafted the item- Mappings:
Namespace Name Mixin selector official bLain;b(Laip;Lamu;Laed;)Vintermediary method_3375Lnet/minecraft/class_1069;method_3375(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Lnet/minecraft/class_988;)Vnamed onCraftLnet/minecraft/item/Item;onCraft(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;)V
-
method_11399
- Mappings:
Namespace Name Mixin selector official aLaiw;a(Laip;Lamu;I)Vintermediary method_11399Lnet/minecraft/class_1073;method_11399(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;I)Vnamed method_11399Lnet/minecraft/item/FilledMapItem;method_11399(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;I)V
-
method_11400
- Mappings:
Namespace Name Mixin selector official bLaiw;b(Laip;Lamu;)Vintermediary method_11400Lnet/minecraft/class_1073;method_11400(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;)Vnamed method_11400Lnet/minecraft/item/FilledMapItem;method_11400(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;)V
-
appendTooltips
@Environment(CLIENT) public void appendTooltips(ItemStack stack, @Nullable World world, List<String> tooltip, TooltipContext tooltipContext) - Overrides:
appendTooltipsin classItem- Mappings:
Namespace Name Mixin selector official aLain;a(Laip;Lamu;Ljava/util/List;Lakb;)Vintermediary method_14234Lnet/minecraft/class_1069;method_14234(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Ljava/util/List;Lnet/minecraft/class_3191;)Vnamed appendTooltipsLnet/minecraft/item/Item;appendTooltips(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Ljava/util/List;Lnet/minecraft/client/TooltipContext;)V
-
method_13665
- Mappings:
Namespace Name Mixin selector official hLaiw;h(Laip;)Iintermediary method_13665Lnet/minecraft/class_1073;method_13665(Lnet/minecraft/class_1071;)Inamed method_13665Lnet/minecraft/item/FilledMapItem;method_13665(Lnet/minecraft/item/ItemStack;)I
-