Uses of Interface
net.minecraft.class_9847.HashIgnorer
Packages that use class_9847.HashIgnorer
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9847.HashIgnorer in net.minecraft
Fields in net.minecraft declared as class_9847.HashIgnorerModifier and TypeFieldDescription(package private) final class_9847.HashIgnorerclass_9847.field_52370static final class_9847.HashIgnorerclass_9847.HashIgnorer.IGNORE_IF_MATCHES_ALLstatic final class_9847.HashIgnorerclass_9847.HashIgnorer.NEVER_IGNOREMethods in net.minecraft that return class_9847.HashIgnorerModifier and TypeMethodDescriptionstatic class_9847.HashIgnorerclass_9847.HashIgnorer.dropHashes(int hashesToDrop) static class_9847.HashIgnorerclass_9847.HashIgnorer.internalDropHashes(int hashesToDrop) Methods in net.minecraft with parameters of type class_9847.HashIgnorerModifier and TypeMethodDescriptionprotected FilteredMessageclass_9846.method_61281(String string, class_9847.HashIgnorer hashIgnorer, JsonObject jsonObject) protected abstract FilteredMessageclass_9847.method_61281(String string, class_9847.HashIgnorer hashIgnorer, JsonObject jsonObject) protected CompletableFuture<FilteredMessage> class_9847.method_61296(com.mojang.authlib.GameProfile gameProfile, String string, class_9847.HashIgnorer hashIgnorer, Executor executor) protected FilterMaskclass_9847.method_61299(String string, JsonArray jsonArray, class_9847.HashIgnorer hashIgnorer) Constructors in net.minecraft with parameters of type class_9847.HashIgnorerModifierConstructorDescriptionprivateclass_9846(URL uRL, class_9847.MessageEncoder messageEncoder, class_9847.HashIgnorer hashIgnorer, ExecutorService executorService, com.microsoft.aad.msal4j.ConfidentialClientApplication confidentialClientApplication, com.microsoft.aad.msal4j.ClientCredentialParameters clientCredentialParameters, Set<String> set, int int2) protectedclass_9847(URL uRL, class_9847.MessageEncoder messageEncoder, class_9847.HashIgnorer hashIgnorer, ExecutorService executorService) -
Uses of class_9847.HashIgnorer in net.minecraft.server.filter
Methods in net.minecraft.server.filter with parameters of type class_9847.HashIgnorerModifier and TypeMethodDescriptionprotected FilteredMessageTextFilterer.method_61281(String string, class_9847.HashIgnorer hashIgnorer, JsonObject jsonObject) Constructors in net.minecraft.server.filter with parameters of type class_9847.HashIgnorerModifierConstructorDescriptionprivateTextFilterer(URL chatEndpoint, class_9847.MessageEncoder messageEncoder, URL joinEndpoint, TextFilterer.ProfileEncoder joinEncoder, URL leaveEndpoint, TextFilterer.ProfileEncoder leaveEncoder, String apiKey, class_9847.HashIgnorer ignorer, ExecutorService executorService)