net.minecraft.server.command

enum ExperienceCommand$Component

net.minecraft.server.commands.ExperienceCommand$Type
net.minecraft.server.commands.ExperienceCommand$Type
net.minecraft.class_3054$class_3055
net.minecraft.server.command.ExperienceCommand$Component

Enum constant summary

Enum Constant
POINTS
POINTS
field_13644
POINTS
LEVELS
LEVELS
field_13641
LEVELS

Field summary

Modifier and TypeField
public final BiConsumer<ServerPlayerEntity, Integer>
add
add
field_13639
adder
public final BiPredicate<ServerPlayerEntity, Integer>
set
set
field_13642
setter
public final String
name
name
field_13643
name
private final ToIntFunction<ServerPlayerEntity>
query
query
field_13645
getter

Constructor summary

ModifierConstructor
private (String $enum$name, BiConsumer<ServerPlayerEntity, Integer> $enum$ordinal, BiPredicate<ServerPlayerEntity, Integer> name, ToIntFunction<ServerPlayerEntity> adder)