Uses of Enum Class
net.minecraft.client.toast.VoteToast.ConcernLevel
Packages that use VoteToast.ConcernLevel
-
Uses of VoteToast.ConcernLevel in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as VoteToast.ConcernLevelFields in net.minecraft.client.toast with type parameters of type VoteToast.ConcernLevelModifier and TypeFieldDescriptionprivate static final Map<VoteToast.ConcernLevel,List<Text>> VoteToast.MESSAGESMethods in net.minecraft.client.toast that return VoteToast.ConcernLevelModifier and TypeMethodDescriptionprivate static VoteToast.ConcernLevelVoteToast.ConcernLevel.getConcernLevel(int ticksSinceOpenedVoteScreen) VoteToast.getType()static VoteToast.ConcernLevelReturns the enum constant of this class with the specified name.static VoteToast.ConcernLevel[]VoteToast.ConcernLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.toast that return types with arguments of type VoteToast.ConcernLevelModifier and TypeMethodDescriptionstatic Optional<VoteToast.ConcernLevel>VoteToast.ConcernLevel.getOptionalConcernLevel(int ticksSinceOpenedVoteScreen) Methods in net.minecraft.client.toast with parameters of type VoteToast.ConcernLevelModifier and TypeMethodDescriptionVoteToast.createToast(MinecraftClient client, Random random, VoteToast.ConcernLevel concernLevel) Constructors in net.minecraft.client.toast with parameters of type VoteToast.ConcernLevelModifierConstructorDescriptionprivateVoteToast(VoteToast.ConcernLevel concernLevel, Text title, List<OrderedText> message, int width)