Class WerewolfInventory
java.lang.Object
de.teamlapen.werewolves.entities.player.werewolf.WerewolfInventory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddropFormEquipment(de.teamlapen.werewolves.api.entities.werewolf.WerewolfForm form) voidload(net.minecraft.nbt.CompoundTag tag) net.minecraft.nbt.CompoundTagsave()voidswapArmorItems(de.teamlapen.werewolves.api.entities.werewolf.WerewolfForm to)
-
Constructor Details
-
WerewolfInventory
-
-
Method Details
-
swapArmorItems
public void swapArmorItems(de.teamlapen.werewolves.api.entities.werewolf.WerewolfForm to) -
dropEquipment
public void dropEquipment() -
dropFormEquipment
public void dropFormEquipment(de.teamlapen.werewolves.api.entities.werewolf.WerewolfForm form) -
save
public net.minecraft.nbt.CompoundTag save() -
load
public void load(net.minecraft.nbt.CompoundTag tag)
-