net.minecraft.world.entity

public record EquipmentTable

bvu
net.minecraft.world.entity.EquipmentTable
net.minecraft.class_9652
net.minecraft.entity.EquipmentTable
net.minecraft.world.entity.EquipmentTable

Field summary

Modifier and TypeField
private final ResourceKey<LootTable>
c
lootTable
comp_2621
lootTable
private final Map<EquipmentSlot, Float>
d
slotDropChances
comp_2622
slotDropChances
public static final com.mojang.serialization.Codec<Map<EquipmentSlot, Float>>
a
DROP_CHANCES_CODEC
field_51374
SLOT_DROP_CHANCES_CODEC
public static final com.mojang.serialization.Codec<EquipmentTable>
b
CODEC
field_51375
CODEC

Constructor summary

ModifierConstructor
public (ResourceKey<LootTable> lootTable, float slotDropChances)
public (ResourceKey<LootTable> arg0, Map<EquipmentSlot, Float> arg1)

Method summary

Modifier and TypeMethod
private static Map<EquipmentSlot, Float>
a(float arg0)
createForAllSlots(float arg0)
method_59658(float arg0)
createSlotDropChances(float dropChance)
private static Map<EquipmentSlot, Float>
a(List<bvs> arg0, float arg1)
createForAllSlots(List<EquipmentSlot> arg0, float arg1)
method_59661(List<class_1304> arg0, float arg1)
createSlotDropChances(List<EquipmentSlot> slots, float dropChance)
public ResourceKey<LootTable>
a()
lootTable()
comp_2621()
lootTable()
public Map<EquipmentSlot, Float>
b()
slotDropChances()
comp_2622()
slotDropChances()