Package net.minecraft.server.network
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 net.minecraft.server.network.TextFilter
DUMMY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessMessageBundle(List<String> p_360687_) processStreamMessage(String p_362855_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.server.network.TextFilter
join, leave
-
Field Details
-
profile
protected final com.mojang.authlib.GameProfile profile -
streamExecutor
-
-
Constructor Details
-
PlayerContext
protected PlayerContext(com.mojang.authlib.GameProfile pProfile)
-
-
Method Details
-
processMessageBundle
- Specified by:
processMessageBundlein interfaceTextFilter
-
processStreamMessage
- Specified by:
processStreamMessagein interfaceTextFilter
-