Class BedrockNameResolver.Result
java.lang.Object
com.bencodez.advancedcore.api.bedrock.BedrockNameResolver.Result
- Enclosing class:
BedrockNameResolver
Result of name resolution containing the final name, Bedrock status, and
rationale.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
finalName
The final resolved name. -
isBedrock
public final boolean isBedrockWhether the player is a Bedrock player. -
rationale
The rationale for the resolution decision.
-
-
Constructor Details
-
Result
Instantiates a new result.- Parameters:
finalName- the final resolved nameisBedrock- whether the player is Bedrockrationale- the rationale for the decision
-