Uses of Record Class
net.minecraft.entity.EquipmentTable
Packages that use EquipmentTable
- 
Uses of EquipmentTable in net.minecraft.block.spawnerFields in net.minecraft.block.spawner with type parameters of type EquipmentTableModifier and TypeFieldDescriptionprivate final Optional<EquipmentTable> MobSpawnerEntry.equipmentThe field for theequipmentrecord component.Methods in net.minecraft.block.spawner that return types with arguments of type EquipmentTableModifier and TypeMethodDescriptionMobSpawnerEntry.equipment()Returns the value of theequipmentrecord component.MobSpawnerEntry.getEquipment()
- 
Uses of EquipmentTable in net.minecraft.entityFields in net.minecraft.entity with type parameters of type EquipmentTableModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EquipmentTable> EquipmentTable.CODECMethods in net.minecraft.entity with parameters of type EquipmentTableModifier and TypeMethodDescriptiondefault voidEquipmentHolder.setEquipmentFromTable(EquipmentTable equipmentTable, LootWorldContext parameters) 
- 
Uses of EquipmentTable in net.minecraft.entity.mobMethods in net.minecraft.entity.mob with parameters of type EquipmentTableModifier and TypeMethodDescriptionvoidMobEntity.setEquipmentFromTable(EquipmentTable equipmentTable)