Uses of Record Class
net.minecraft.entity.EquipmentTable
Packages that use EquipmentTable
-
Uses of EquipmentTable in net.minecraft.block.spawner
Fields in net.minecraft.block.spawner with type parameters of type EquipmentTableModifier and TypeFieldDescriptionprivate final Optional
<EquipmentTable> MobSpawnerEntry.equipment
The field for theequipment
record component.Methods in net.minecraft.block.spawner that return types with arguments of type EquipmentTableModifier and TypeMethodDescriptionMobSpawnerEntry.equipment()
Returns the value of theequipment
record component.MobSpawnerEntry.getEquipment()
-
Uses of EquipmentTable in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type EquipmentTableModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EquipmentTable> EquipmentTable.CODEC
Methods in net.minecraft.entity with parameters of type EquipmentTableModifier and TypeMethodDescriptiondefault void
EquipmentHolder.setEquipmentFromTable
(EquipmentTable equipmentTable, LootContextParameterSet parameters) -
Uses of EquipmentTable in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type EquipmentTableModifier and TypeMethodDescriptionvoid
MobEntity.setEquipmentFromTable
(EquipmentTable equipmentTable)