Package net.minecraft.realms
Class RealmsSharedConstants
java.lang.Object
net.minecraft.realms.RealmsSharedConstants
@Environment(CLIENT) public class RealmsSharedConstants extends Object
- Mappings:
Namespace Name official net/minecraft/realms/RealmsSharedConstantsintermediary net/minecraft/realms/RealmsSharedConstantsnamed net/minecraft/realms/RealmsSharedConstants
-
Field Summary
Fields Modifier and Type Field Description static char[]ILLEGAL_FILE_CHARACTERSstatic intNETWORK_PROTOCOL_VERSIONstatic intTICKS_PER_SECONDstatic StringVERSION_STRING -
Constructor Summary
Constructors Constructor Description RealmsSharedConstants() -
Method Summary
-
Field Details
-
NETWORK_PROTOCOL_VERSION
public static int NETWORK_PROTOCOL_VERSION- Mappings:
Namespace Name Mixin selector official NETWORK_PROTOCOL_VERSIONLnet/minecraft/realms/RealmsSharedConstants;NETWORK_PROTOCOL_VERSION:Iintermediary NETWORK_PROTOCOL_VERSIONLnet/minecraft/realms/RealmsSharedConstants;NETWORK_PROTOCOL_VERSION:Inamed NETWORK_PROTOCOL_VERSIONLnet/minecraft/realms/RealmsSharedConstants;NETWORK_PROTOCOL_VERSION:I
-
TICKS_PER_SECOND
public static int TICKS_PER_SECOND- Mappings:
Namespace Name Mixin selector official TICKS_PER_SECONDLnet/minecraft/realms/RealmsSharedConstants;TICKS_PER_SECOND:Iintermediary TICKS_PER_SECONDLnet/minecraft/realms/RealmsSharedConstants;TICKS_PER_SECOND:Inamed TICKS_PER_SECONDLnet/minecraft/realms/RealmsSharedConstants;TICKS_PER_SECOND:I
-
VERSION_STRING
- Mappings:
Namespace Name Mixin selector official VERSION_STRINGLnet/minecraft/realms/RealmsSharedConstants;VERSION_STRING:Ljava/lang/String;intermediary VERSION_STRINGLnet/minecraft/realms/RealmsSharedConstants;VERSION_STRING:Ljava/lang/String;named VERSION_STRINGLnet/minecraft/realms/RealmsSharedConstants;VERSION_STRING:Ljava/lang/String;
-
ILLEGAL_FILE_CHARACTERS
public static char[] ILLEGAL_FILE_CHARACTERS- Mappings:
Namespace Name Mixin selector official ILLEGAL_FILE_CHARACTERSLnet/minecraft/realms/RealmsSharedConstants;ILLEGAL_FILE_CHARACTERS:[Cintermediary ILLEGAL_FILE_CHARACTERSLnet/minecraft/realms/RealmsSharedConstants;ILLEGAL_FILE_CHARACTERS:[Cnamed ILLEGAL_FILE_CHARACTERSLnet/minecraft/realms/RealmsSharedConstants;ILLEGAL_FILE_CHARACTERS:[C
-
-
Constructor Details
-
RealmsSharedConstants
public RealmsSharedConstants()
-