Package net.pinger.disguise
Interface Disguise
public interface Disguise
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the packet context which holds all registered packet providers.org.slf4j.Logger
This method returns the SLF4J logger.This method returns the skin manager responsible for fetching skins.
-
Method Details
-
getPacketContext
PacketContext getPacketContext()This method returns the packet context which holds all registered packet providers.- Returns:
- the packet context
-
getSkinManager
SkinManager getSkinManager()This method returns the skin manager responsible for fetching skins.- Returns:
- the skin manager
-
getSimpleLogger
org.slf4j.Logger getSimpleLogger()This method returns the SLF4J logger.- Returns:
- the logger
-