Uses of Enum Class
net.minecraft.aprilfools.PlayerUnlock.Visibility
Packages that use PlayerUnlock.Visibility
Package
Description
The base package for all Minecraft classes.
-
Uses of PlayerUnlock.Visibility in net.minecraft
Fields in net.minecraft declared as PlayerUnlock.VisibilityFields in net.minecraft with type parameters of type PlayerUnlock.VisibilityModifier and TypeFieldDescriptionprivate final Map<RegistryEntry<PlayerUnlock>, PlayerUnlock.Visibility> class_10959.field_58235private final Map<RegistryEntry<PlayerUnlock>, PlayerUnlock.Visibility> class_10959.class_10960.visibilityThe field for thevisibilityrecord component.Methods in net.minecraft that return types with arguments of type PlayerUnlock.VisibilityModifier and TypeMethodDescriptionclass_10959.class_10960.visibility()Returns the value of thevisibilityrecord component.Methods in net.minecraft with parameters of type PlayerUnlock.VisibilityModifier and TypeMethodDescriptionprivate voidclass_10959.method_68926(RegistryEntry<PlayerUnlock> registryEntry, PlayerUnlock.Visibility visibility) voidclass_11128.method_70298(PlayerUnlock.Visibility visibility) Method parameters in net.minecraft with type arguments of type PlayerUnlock.VisibilityModifier and TypeMethodDescriptionprivate voidclass_10959.method_68927(RegistryEntry<PlayerUnlock> registryEntry, Map<RegistryEntry<PlayerUnlock>, PlayerUnlock.Visibility> map) Constructors in net.minecraft with parameters of type PlayerUnlock.VisibilityModifierConstructorDescriptionclass_11128(class_11131 class_11131, MinecraftClient minecraftClient, RegistryEntry<PlayerUnlock> registryEntry, AdvancementDisplay advancementDisplay, PlayerUnlock.Visibility visibility, boolean bool, int int2, boolean bool2, boolean bool3) -
Uses of PlayerUnlock.Visibility in net.minecraft.aprilfools
Fields in net.minecraft.aprilfools declared as PlayerUnlock.VisibilityModifier and TypeFieldDescriptionprivate PlayerUnlock.VisibilityPlayerUnlock.Builder.defaultVisibilityprivate final PlayerUnlock.VisibilityPlayerUnlock.defaultVisibilityThe field for thedefaultVisibilityrecord component.Fields in net.minecraft.aprilfools with type parameters of type PlayerUnlock.VisibilityMethods in net.minecraft.aprilfools that return PlayerUnlock.VisibilityModifier and TypeMethodDescriptionPlayerUnlock.defaultVisibility()Returns the value of thedefaultVisibilityrecord component.static PlayerUnlock.VisibilityReturns the enum constant of this class with the specified name.static PlayerUnlock.Visibility[]PlayerUnlock.Visibility.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.aprilfools with parameters of type PlayerUnlock.VisibilityModifier and TypeMethodDescriptionPlayerUnlock.Builder.defaultVisibility(PlayerUnlock.Visibility defaultVisibility) Constructors in net.minecraft.aprilfools with parameters of type PlayerUnlock.VisibilityModifierConstructorDescriptionPlayerUnlock(String string, Optional<RegistryEntry<PlayerUnlock>> optional, List<RegistryEntry<PlayerUnlock>> list, AdvancementDisplay advancementDisplay, Consumer<ServerPlayerEntity> consumer, Consumer<ServerPlayerEntity> consumer2, List<UnlockCondition> list2, PlayerUnlock.Visibility visibility, Map<TagKey<Item>, Float> map, Map<Item, Float> map2, int int2, String string2) -
Uses of PlayerUnlock.Visibility in net.minecraft.client.gui.screen.unlock
Methods in net.minecraft.client.gui.screen.unlock that return PlayerUnlock.VisibilityModifier and TypeMethodDescriptionUnlocksScreen.method_70335(RegistryEntry<PlayerUnlock> registryEntry) Methods in net.minecraft.client.gui.screen.unlock with parameters of type PlayerUnlock.VisibilityModifier and TypeMethodDescriptionvoidUnlocksScreen.method_70331(RegistryEntry<PlayerUnlock> registryEntry, PlayerUnlock.Visibility visibility) -
Uses of PlayerUnlock.Visibility in net.minecraft.client.network
Fields in net.minecraft.client.network with type parameters of type PlayerUnlock.VisibilityModifier and TypeFieldDescriptionprivate final Map<RegistryEntry<PlayerUnlock>, PlayerUnlock.Visibility> UnlockHandler.field_59483Methods in net.minecraft.client.network that return PlayerUnlock.VisibilityModifier and TypeMethodDescriptionUnlockHandler.method_70416(RegistryEntry<PlayerUnlock> registryEntry) Methods in net.minecraft.client.network with parameters of type PlayerUnlock.VisibilityModifier and TypeMethodDescriptionvoidUnlockHandler.class_11140.method_70331(RegistryEntry<PlayerUnlock> registryEntry, PlayerUnlock.Visibility visibility) -
Uses of PlayerUnlock.Visibility in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type PlayerUnlock.VisibilityModifier and TypeFieldDescriptionprivate final Map<RegistryEntry<PlayerUnlock>, PlayerUnlock.Visibility> PlayerUnlocksS2CPacket.visibilityThe field for thevisibilityrecord component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type PlayerUnlock.VisibilityModifier and TypeMethodDescriptionPlayerUnlocksS2CPacket.visibility()Returns the value of thevisibilityrecord component.