Class ItemPropertiesMixin
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.mixin.ItemPropertiesMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.core.HolderSet<net.minecraft.world.entity.EntityType<?>> modifyAllowedEntities(net.minecraft.core.HolderSet<net.minecraft.world.entity.EntityType<?>> allowedEntities) Allow wolf armor to be equipped on Star Wolves.
-
Constructor Details
-
ItemPropertiesMixin
public ItemPropertiesMixin()
-
-
Method Details
-
modifyAllowedEntities
public net.minecraft.core.HolderSet<net.minecraft.world.entity.EntityType<?>> modifyAllowedEntities(net.minecraft.core.HolderSet<net.minecraft.world.entity.EntityType<?>> allowedEntities) Allow wolf armor to be equipped on Star Wolves.- Parameters:
allowedEntities- the original allowed entities- Returns:
- the modified allowed entities
-