net.minecraft.server.command

enum ExperienceCommand$Component

tw$a
net.minecraft.server.commands.ExperienceCommand$Type
net.minecraft.class_3054$class_3055
net.minecraft.server.command.ExperienceCommand$Component
net.minecraft.unmapped.C_vshiixfr$C_cbbubovj
net.minecraft.command.impl.ExperienceCommand$Type
net.minecraft.command.impl.ExperienceCommand$Type

Enum constant summary

Enum Constant
a
POINTS
field_13644
POINTS
f_vdlgtlcd
POINTS
POINTS
b
LEVELS
field_13641
LEVELS
f_mwcivehz
LEVELS
LEVELS

Field summary

Modifier and TypeField
public final BiConsumer<ServerPlayerEntity, Integer>
c
add
field_13639
adder
f_qybnyuyn
field_198430_c
xpAdder
public final BiPredicate<ServerPlayerEntity, Integer>
d
set
field_13642
setter
f_javretst
field_198431_d
xpSetter
public final String
e
name
field_13643
name
f_usvsruck
field_198432_e
name
private final ToIntFunction<ServerPlayerEntity>
f
query
field_13645
getter
f_fuywdnfg
field_198433_f
xpGetter

Constructor summary

ModifierConstructor
private (String arg0, BiConsumer<ServerPlayerEntity, Integer> arg1, BiPredicate<ServerPlayerEntity, Integer> name, ToIntFunction<ServerPlayerEntity> adder)