Package de.cech12.usefulhats.compat
Class CuriosCompat
java.lang.Object
de.cech12.usefulhats.compat.CuriosCompat
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddEquippedHatsToList(net.minecraft.world.entity.LivingEntity entity, List<net.minecraft.world.item.ItemStack> stacks) Adds equipped hats from curios slots to the given list.static voidonCuriosEquipmentChangeEvent(top.theillusivec4.curios.api.event.CurioChangeEvent.Item event) equipment change event of curios mod
-
Method Details
-
onCuriosEquipmentChangeEvent
public static void onCuriosEquipmentChangeEvent(top.theillusivec4.curios.api.event.CurioChangeEvent.Item event) equipment change event of curios mod -
addEquippedHatsToList
public static void addEquippedHatsToList(net.minecraft.world.entity.LivingEntity entity, List<net.minecraft.world.item.ItemStack> stacks) Adds equipped hats from curios slots to the given list.- Parameters:
entity- entitystacks- equipped hats
-