Package net.minecraft.server.rcon.thread
Class QueryThreadGs4.RequestChallenge
java.lang.Object
net.minecraft.server.rcon.thread.QueryThreadGs4.RequestChallenge
- Enclosing class:
QueryThreadGs4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final byte[]
private final String
private final byte[]
private final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
time
private final long time -
challenge
private final int challenge -
identBytes
private final byte[] identBytes -
challengeBytes
private final byte[] challengeBytes -
ident
-
-
Constructor Details
-
RequestChallenge
-
-
Method Details
-
before
Returnstrue
if the auth's creation timestamp is less than the given time, otherwisefalse
. -
getChallenge
public int getChallenge() -
getChallengeBytes
public byte[] getChallengeBytes() -
getIdentBytes
public byte[] getIdentBytes() -
getIdent
-