Items APIs
This part provides APIs for easy creation and registration of complex things.
๐๏ธ ArmorMaterialUtil
Fast way to create a ArmorMaterial.
๐๏ธ ArmorWithTickItem
Add onArmorTick(World world, PlayerEntity entity) method to armors.
๐๏ธ BannerUtil
Fast way to create banner item stack.
๐๏ธ FoilItemBase, FoilSwordItemBase
Implement hasGlint() and always return true.
๐๏ธ ItemBase
Provide item constructor with a setting function.
๐๏ธ MonsterEntityBase
1.Implement getGroup() and put value into constructor
๐๏ธ SwordItemBase
Add onSwingHand(ItemStack itemtack, World world, double x, double y, double z) method to swords.
๐๏ธ ToolMaterialUtil
Fast way to create a ToolMaterial