Package net.minecraft.item
Class SpawnEggItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.SpawnEggItem
- Mappings:
Namespace Name official aeuintermediary net/minecraft/class_1076named net/minecraft/item/SpawnEggItem
-
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 TypeMethodDescriptionvoidappendItemStacks(Item item, ItemGroup group, List<ItemStack> list) Registers an item's sub itemsgetDisplayName(ItemStack stack) method_11373(ItemStack itemStack, World world, PlayerEntity playerEntity, Hand hand) static voidmethod_11405(ItemStack itemStack, String string) static voidmethod_11406(World world, PlayerEntity player, ItemStack stack, Entity entity) static Stringmethod_11407(ItemStack itemStack) method_3355(ItemStack itemStack, PlayerEntity playerEntity, World world, BlockPos blockPos, Hand hand, Direction direction, float float2, float float3, float float4) static Entitymethod_4628(World world, String string, double double2, double double3, double double4) Methods inherited from class net.minecraft.item.Item
addProperty, appendTooltip, byRawId, canRepair, fromBlock, getBlockBreakingSpeed, getEnchantability, getFromId, getItemGroup, getItemstackTranslatedName, getMaxCount, getMaxDamage, getMaxUseTime, getMeta, getProperty, getRarity, getRawId, getRecipeRemainder, getTranslationKey, getTranslationKey, getUseAction, hasEnchantmentGlint, hasProperties, hasSubTypes, inventoryTick, isDamageable, isEnchantable, isFood, isHandheld, isNetworkSynced, isUnbreakable, method_3346, method_3353, method_3356, method_3359, method_3367, method_6326, onCraft, onEntityHit, onHit, postProcessNbt, registerBlockItem, setHandheld, setItemGroup, setMaxCount, setMaxDamage, setRecipeRemainder, setTranslationKey, setUnbreakable, setup, shouldRotate, shouldSyncNbtToClient
-
Constructor Details
-
SpawnEggItem
public SpawnEggItem()- Mappings:
Namespace Name Mixin selector official <init>Lado;<init>()Vintermediary <init>Lnet/minecraft/class_1069;<init>()Vnamed <init>Lnet/minecraft/item/Item;<init>()V
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classItem- Mappings:
Namespace Name Mixin selector official aLado;a(Ladq;)Ljava/lang/String;intermediary method_3383Lnet/minecraft/class_1069;method_3383(Lnet/minecraft/class_1071;)Ljava/lang/String;named getDisplayNameLnet/minecraft/item/Item;getDisplayName(Lnet/minecraft/item/ItemStack;)Ljava/lang/String;
-
method_3355
public ActionResult method_3355(ItemStack itemStack, PlayerEntity playerEntity, World world, BlockPos blockPos, Hand hand, Direction direction, float float2, float float3, float float4) - Overrides:
method_3355in classItem- Mappings:
Namespace Name Mixin selector official aLado;a(Ladq;Lzj;Laht;Lcl;Lqm;Lcs;FFF)Lqo;intermediary method_3355Lnet/minecraft/class_1069;method_3355(Lnet/minecraft/class_1071;Lnet/minecraft/class_988;Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_2961;Lnet/minecraft/class_1354;FFF)Lnet/minecraft/class_2962;named method_3355Lnet/minecraft/item/Item;method_3355(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/Hand;Lnet/minecraft/util/math/Direction;FFF)Lnet/minecraft/util/ActionResult;
-
method_11406
public static void method_11406(World world, @Nullable PlayerEntity player, ItemStack stack, @Nullable Entity entity) - Mappings:
Namespace Name Mixin selector official aLaeu;a(Laht;Lzj;Ladq;Lrr;)Vintermediary method_11406Lnet/minecraft/class_1076;method_11406(Lnet/minecraft/class_1150;Lnet/minecraft/class_988;Lnet/minecraft/class_1071;Lnet/minecraft/class_864;)Vnamed method_11406Lnet/minecraft/item/SpawnEggItem;method_11406(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/Entity;)V
-
method_11373
public TypedActionResult<ItemStack> method_11373(ItemStack itemStack, World world, PlayerEntity playerEntity, Hand hand) - Overrides:
method_11373in classItem- Mappings:
Namespace Name Mixin selector official aLado;a(Ladq;Laht;Lzj;Lqm;)Lqp;intermediary method_11373Lnet/minecraft/class_1069;method_11373(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Lnet/minecraft/class_988;Lnet/minecraft/class_2961;)Lnet/minecraft/class_2963;named method_11373Lnet/minecraft/item/Item;method_11373(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/TypedActionResult;
-
method_4628
@Nullable public static Entity method_4628(World world, @Nullable String string, double double2, double double3, double double4) - Mappings:
Namespace Name Mixin selector official aLaeu;a(Laht;Ljava/lang/String;DDD)Lrr;intermediary method_4628Lnet/minecraft/class_1076;method_4628(Lnet/minecraft/class_1150;Ljava/lang/String;DDD)Lnet/minecraft/class_864;named method_4628Lnet/minecraft/item/SpawnEggItem;method_4628(Lnet/minecraft/world/World;Ljava/lang/String;DDD)Lnet/minecraft/entity/Entity;
-
appendItemStacks
Registers an item's sub items- Overrides:
appendItemStacksin classItem- Parameters:
item- The Item instancegroup- The ItemGrouplist- The list of sub items- Mappings:
Namespace Name Mixin selector official aLado;a(Lado;Lacq;Ljava/util/List;)Vintermediary method_3345Lnet/minecraft/class_1069;method_3345(Lnet/minecraft/class_1069;Lnet/minecraft/class_1041;Ljava/util/List;)Vnamed appendItemStacksLnet/minecraft/item/Item;appendItemStacks(Lnet/minecraft/item/Item;Lnet/minecraft/item/itemgroup/ItemGroup;Ljava/util/List;)V
-
method_11405
- Mappings:
Namespace Name Mixin selector official aLaeu;a(Ladq;Ljava/lang/String;)Vintermediary method_11405Lnet/minecraft/class_1076;method_11405(Lnet/minecraft/class_1071;Ljava/lang/String;)Vnamed method_11405Lnet/minecraft/item/SpawnEggItem;method_11405(Lnet/minecraft/item/ItemStack;Ljava/lang/String;)V
-
method_11407
- Mappings:
Namespace Name Mixin selector official hLaeu;h(Ladq;)Ljava/lang/String;intermediary method_11407Lnet/minecraft/class_1076;method_11407(Lnet/minecraft/class_1071;)Ljava/lang/String;named method_11407Lnet/minecraft/item/SpawnEggItem;method_11407(Lnet/minecraft/item/ItemStack;)Ljava/lang/String;
-