Uses of Class
io.github.thebusybiscuit.slimefun4.implementation.items.armor.SlimefunArmorPiece
Package
Description
This package contains a few classes that revolve around the API for
SlimefunItem
, such as
ItemSetting
This 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
-
Uses of SlimefunArmorPiece in io.github.thebusybiscuit.slimefun4.implementation.items.armor
Modifier and TypeClassDescriptionclass
TheElytraCap
negates damage taken when crashing into a wall using an elytra.class
Represents 1SlimefunArmorPiece
of the Hazmat armor set.class
LongFallBoots
are a pair of boots which negate fall damage.class
Represents aSlimefunArmorPiece
with rainbow properties (leather armor changing color). -
Uses of SlimefunArmorPiece in io.github.thebusybiscuit.slimefun4.implementation.tasks.armor
Modifier and TypeMethodDescriptionprotected void
SlimefunArmorTask.onArmorPieceTick
(Player p, SlimefunArmorPiece sfArmorPiece, ItemStack armorPiece) Method to handle behavior for pieces of armor.