Uses of Interface
net.minecraft.server.filter.TextStream
Package
Description
-
Uses of TextStream in net.minecraft.server
-
Uses of TextStream in net.minecraft.server.dedicated
Modifier and TypeMethodDescriptionMinecraftDedicatedServer.createFilterer
(ServerPlayerEntity player) -
Uses of TextStream in net.minecraft.server.filter
Modifier and TypeMethodDescriptionTextFilterer.createFilterer
(com.mojang.authlib.GameProfile gameProfile) -
Uses of TextStream in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate <T,
R> CompletableFuture<R> ServerPlayNetworkHandler.filterText
(T text, BiFunction<TextStream, T, CompletableFuture<R>> filterer)