net.minecraft.server.command

enum ExperienceCommand$Type

sb$a
net.minecraft.class_3054$class_3055
net.minecraft.server.command.ExperienceCommand$Type
net.minecraft.command.impl.ExperienceCommand$Type
net.minecraft.command.impl.ExperienceCommand$Type

Enum constant summary

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

Field summary

Modifier and TypeField
public final BiConsumer<ServerPlayerEntity, Integer>
c
field_13639
add
field_198430_c
field_198430_c
public final BiPredicate<ServerPlayerEntity, Integer>
d
field_13642
set
field_198431_d
field_198431_d
public final String
e
field_13643
key
field_198432_e
field_198432_e
private final ToIntFunction<ServerPlayerEntity>
f
field_13645
query
field_198433_f
field_198433_f

Constructor summary

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