Class ServerTextFilter.PlayerContext
java.lang.Object
net.minecraft.server.network.ServerTextFilter.PlayerContext
- All Implemented Interfaces:
TextFilter
- Enclosing class:
ServerTextFilter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.mojang.authlib.GameProfileprotected final ExecutorFields inherited from interface TextFilter
DUMMY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessMessageBundle(List<String> messages) processStreamMessage(String message) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TextFilter
join, leave
-
Field Details
-
profile
protected final com.mojang.authlib.GameProfile profile -
streamExecutor
-
-
Constructor Details
-
PlayerContext
protected PlayerContext(com.mojang.authlib.GameProfile profile)
-
-
Method Details
-
processMessageBundle
- Specified by:
processMessageBundlein interfaceTextFilter
-
processStreamMessage
- Specified by:
processStreamMessagein interfaceTextFilter
-