Package net.minecraft.util.snooper
Interface SnooperListener
- All Known Implementing Classes:
IntegratedServer
,MinecraftClient
,MinecraftDedicatedServer
,MinecraftServer
,TestServer
public interface SnooperListener
- Mappings:
Namespace Name official aro
intermediary net/minecraft/class_1279
named net/minecraft/util/snooper/SnooperListener
-
Method Summary
Modifier and Type Method Description void
addSnooperInfo(Snooper snooper)
boolean
method_35033()
void
method_35034(Snooper snooper)
-
Method Details
-
addSnooperInfo
- Mappings:
Namespace Name Mixin selector official a
Laro;a(Larn;)V
intermediary method_5495
Lnet/minecraft/class_1279;method_5495(Lnet/minecraft/class_1276;)V
named addSnooperInfo
Lnet/minecraft/util/snooper/SnooperListener;addSnooperInfo(Lnet/minecraft/util/snooper/Snooper;)V
-
method_35034
- Mappings:
Namespace Name Mixin selector official b
Laro;b(Larn;)V
intermediary method_35034
Lnet/minecraft/class_1279;method_35034(Lnet/minecraft/class_1276;)V
named method_35034
Lnet/minecraft/util/snooper/SnooperListener;method_35034(Lnet/minecraft/util/snooper/Snooper;)V
-
method_35033
boolean method_35033()- Mappings:
Namespace Name Mixin selector official U
Laro;U()Z
intermediary method_35033
Lnet/minecraft/class_1279;method_35033()Z
named method_35033
Lnet/minecraft/util/snooper/SnooperListener;method_35033()Z
-