Package net.minecraft.server
Enum Class ServerLinks.Known
- All Implemented Interfaces:
Serializable,Comparable<ServerLinks.Known>,Constable
- Enclosing class:
ServerLinks
- Mappings:
Namespace Name named net/minecraft/server/ServerLinks$Knownintermediary net/minecraft/class_9782$class_9784official anb$b
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf, ServerLinks.Known> private static final IntFunction<ServerLinks.Known> private final intprivate final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEntry(URI link) private TextgetText()static ServerLinks.KnownReturns the enum constant of this class with the specified name.static ServerLinks.Known[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BUG_REPORT
- Mappings:
Namespace Name Mixin selector named BUG_REPORTLnet/minecraft/server/ServerLinks$Known;BUG_REPORT:Lnet/minecraft/server/ServerLinks$Known;intermediary field_51981Lnet/minecraft/class_9782$class_9784;field_51981:Lnet/minecraft/class_9782$class_9784;official aLanb$b;a:Lanb$b;
-
COMMUNITY_GUIDELINES
- Mappings:
Namespace Name Mixin selector named COMMUNITY_GUIDELINESLnet/minecraft/server/ServerLinks$Known;COMMUNITY_GUIDELINES:Lnet/minecraft/server/ServerLinks$Known;intermediary field_52205Lnet/minecraft/class_9782$class_9784;field_52205:Lnet/minecraft/class_9782$class_9784;official bLanb$b;b:Lanb$b;
-
SUPPORT
- Mappings:
Namespace Name Mixin selector named SUPPORTLnet/minecraft/server/ServerLinks$Known;SUPPORT:Lnet/minecraft/server/ServerLinks$Known;intermediary field_52206Lnet/minecraft/class_9782$class_9784;field_52206:Lnet/minecraft/class_9782$class_9784;official cLanb$b;c:Lanb$b;
-
STATUS
- Mappings:
Namespace Name Mixin selector named STATUSLnet/minecraft/server/ServerLinks$Known;STATUS:Lnet/minecraft/server/ServerLinks$Known;intermediary field_52207Lnet/minecraft/class_9782$class_9784;field_52207:Lnet/minecraft/class_9782$class_9784;official dLanb$b;d:Lanb$b;
-
FEEDBACK
- Mappings:
Namespace Name Mixin selector named FEEDBACKLnet/minecraft/server/ServerLinks$Known;FEEDBACK:Lnet/minecraft/server/ServerLinks$Known;intermediary field_52208Lnet/minecraft/class_9782$class_9784;field_52208:Lnet/minecraft/class_9782$class_9784;official eLanb$b;e:Lanb$b;
-
COMMUNITY
- Mappings:
Namespace Name Mixin selector named COMMUNITYLnet/minecraft/server/ServerLinks$Known;COMMUNITY:Lnet/minecraft/server/ServerLinks$Known;intermediary field_52209Lnet/minecraft/class_9782$class_9784;field_52209:Lnet/minecraft/class_9782$class_9784;official fLanb$b;f:Lanb$b;
-
WEBSITE
- Mappings:
Namespace Name Mixin selector named WEBSITELnet/minecraft/server/ServerLinks$Known;WEBSITE:Lnet/minecraft/server/ServerLinks$Known;intermediary field_52210Lnet/minecraft/class_9782$class_9784;field_52210:Lnet/minecraft/class_9782$class_9784;official gLanb$b;g:Lanb$b;
-
FORUMS
- Mappings:
Namespace Name Mixin selector named FORUMSLnet/minecraft/server/ServerLinks$Known;FORUMS:Lnet/minecraft/server/ServerLinks$Known;intermediary field_52211Lnet/minecraft/class_9782$class_9784;field_52211:Lnet/minecraft/class_9782$class_9784;official hLanb$b;h:Lanb$b;
-
NEWS
- Mappings:
Namespace Name Mixin selector named NEWSLnet/minecraft/server/ServerLinks$Known;NEWS:Lnet/minecraft/server/ServerLinks$Known;intermediary field_52212Lnet/minecraft/class_9782$class_9784;field_52212:Lnet/minecraft/class_9782$class_9784;official iLanb$b;i:Lanb$b;
-
ANNOUNCEMENTS
- Mappings:
Namespace Name Mixin selector named ANNOUNCEMENTSLnet/minecraft/server/ServerLinks$Known;ANNOUNCEMENTS:Lnet/minecraft/server/ServerLinks$Known;intermediary field_52213Lnet/minecraft/class_9782$class_9784;field_52213:Lnet/minecraft/class_9782$class_9784;official jLanb$b;j:Lanb$b;
-
-
Field Details
-
FROM_ID
- Mappings:
Namespace Name Mixin selector named FROM_IDLnet/minecraft/server/ServerLinks$Known;FROM_ID:Ljava/util/function/IntFunction;intermediary field_51983Lnet/minecraft/class_9782$class_9784;field_51983:Ljava/util/function/IntFunction;official lLanb$b;l:Ljava/util/function/IntFunction;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/server/ServerLinks$Known;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_51982Lnet/minecraft/class_9782$class_9784;field_51982:Lnet/minecraft/class_9139;official kLanb$b;k:Laae;
-
id
private final int id- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/server/ServerLinks$Known;id:Iintermediary field_51984Lnet/minecraft/class_9782$class_9784;field_51984:Iofficial mLanb$b;m:I
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/server/ServerLinks$Known;name:Ljava/lang/String;intermediary field_51985Lnet/minecraft/class_9782$class_9784;field_51985:Ljava/lang/String;official nLanb$b;n:Ljava/lang/String;
-
-
Constructor Details
-
Known
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/server/ServerLinks$Known;<init>(Ljava/lang/String;IILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_9782$class_9784;<init>(Ljava/lang/String;IILjava/lang/String;)Vofficial <init>Lanb$b;<init>(Ljava/lang/String;IILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getText
- Mappings:
Namespace Name Mixin selector named getTextLnet/minecraft/server/ServerLinks$Known;getText()Lnet/minecraft/text/Text;intermediary method_60666Lnet/minecraft/class_9782$class_9784;method_60666()Lnet/minecraft/class_2561;official aLanb$b;a()Lxx;
-
createEntry
- Mappings:
Namespace Name Mixin selector named createEntryLnet/minecraft/server/ServerLinks$Known;createEntry(Ljava/net/URI;)Lnet/minecraft/server/ServerLinks$Entry;intermediary method_60668Lnet/minecraft/class_9782$class_9784;method_60668(Ljava/net/URI;)Lnet/minecraft/class_9782$class_9783;official aLanb$b;a(Ljava/net/URI;)Lanb$a;
-