net.minecraft.server.command

enum ExperienceCommand$Type

qn$a
net.minecraft.unmapped.C_11894044$C_63587923
net.minecraft.server.command.ExperienceCommand$Type
net.minecraft.command.impl.ExperienceCommand$Type

Enum constant summary

Enum Constant
a
f_28958389
POINTS
POINTS
b
f_19205117
LEVELS
LEVELS

Field summary

Modifier and TypeField
public final BiConsumer<ServerPlayerEntity, Integer>
c
f_75392033
add
field_198430_c
public final BiPredicate<ServerPlayerEntity, Integer>
d
f_58020903
set
field_198431_d
public final String
e
f_08475592
key
field_198432_e
private final ToIntFunction<ServerPlayerEntity>
f
f_46647107
query
field_198433_f

Constructor summary

ModifierConstructor
private (String arg0, BiConsumer<ServerPlayerEntity, Integer> arg1, BiPredicate<ServerPlayerEntity, Integer> key, ToIntFunction<ServerPlayerEntity> add)