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.GameProfile
protected final Executor
Fields 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, wait
Methods 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 p_360371_)
-
-
Method Details
-
processMessageBundle
- Specified by:
processMessageBundle
in interfaceTextFilter
-
processStreamMessage
- Specified by:
processStreamMessage
in interfaceTextFilter
-