Uses of Class
io.github.thebusybiscuit.slimefun4.implementation.items.armor.SlimefunArmorPiece
Packages that use SlimefunArmorPiece
Package
Description
This package contains a few classes that revolve around the API for
SlimefunItem, such as
ItemSettingThis package contains implementations of
SlimefunItem that are
related to armor, such as the expandable
SlimefunArmorPiece class for example.-
Uses of SlimefunArmorPiece in io.github.thebusybiscuit.slimefun4.api.items
Methods in io.github.thebusybiscuit.slimefun4.api.items that return types with arguments of type SlimefunArmorPiece -
Uses of SlimefunArmorPiece in io.github.thebusybiscuit.slimefun4.implementation.items.armor
Modifier and TypeClassDescriptionclassTheElytraCapnegates damage taken when crashing into a wall using an elytra.classRepresents 1SlimefunArmorPieceof the Hazmat armor set.classLongFallBootsare a pair of boots which negate fall damage.classRepresents aSlimefunArmorPiecewith rainbow properties (leather armor changing color). -
Uses of SlimefunArmorPiece in io.github.thebusybiscuit.slimefun4.implementation.tasks.armor
Methods in io.github.thebusybiscuit.slimefun4.implementation.tasks.armor with parameters of type SlimefunArmorPieceModifier and TypeMethodDescriptionprotected voidSlimefunArmorTask.onArmorPieceTick(Player p, SlimefunArmorPiece sfArmorPiece, ItemStack armorPiece) Method to handle behavior for pieces of armor.