Class Module
java.lang.Object
meteordevelopment.meteorclient.systems.modules.Module
- All Implemented Interfaces:
Comparable<Module>,ISerializable<Module>
- Direct Known Subclasses:
AirJump,AirPlace,Ambience,Anchor,AnchorAura,AntiAFK,AntiAnchor,AntiAnvil,AntiBed,AntiHunger,AntiPacketKick,AntiVoid,ArrowDodge,AutoAnvil,AutoArmor,AutoBreed,AutoBrewer,AutoCity,AutoClicker,AutoEat,AutoEXP,AutoFish,AutoGap,AutoJump,AutoLog,AutoMend,AutoMount,AutoNametag,AutoReconnect,AutoReplenish,AutoRespawn,AutoShearer,AutoSign,AutoSmelter,AutoTool,AutoTotem,AutoTrap,AutoWalk,AutoWeapon,AutoWeb,BedAura,BetterBeacons,BetterChat,BetterTab,BetterTooltips,Blink,BlockESP,BlockSelection,Blur,BoatFly,BookBot,BossStack,BowAimbot,BowSpam,Breadcrumbs,BreakDelay,BreakIndicators,BuildHeight,Burrow,CameraTweaks,CityESP,ClickTP,Collisions,Criticals,CrystalAura,DiscordPresence,EChestFarmer,ElytraBoost,ElytraFly,EndermanLook,EntityControl,EntityOwner,EntitySpeed,ESP,Excavator,EXPThrower,FakePlayer,FastClimb,FastUse,Flamethrower,Flight,Freecam,FreeLook,Fullbright,GhostHand,GUIMove,HandView,HighJump,HighwayBuilder,Hitboxes,HoleESP,HoleFiller,Chams,ChestSwap,InfinityMiner,InventoryTweaks,ItemHighlight,ItemPhysics,Jesus,KillAura,LightOverlay,LiquidFiller,LiquidInteract,LogoutSpots,LongJump,Marker,MessageAura,MiddleClickExtra,MountBypass,NameProtect,Nametags,NoFall,NoGhostBlocks,NoInteract,NoMiningTrace,NoRender,NoRotate,NoSlow,Notebot,Notifier,Nuker,Offhand,OffhandCrash,PacketCanceller,PacketMine,Parkour,PopChams,Portals,PotionSaver,PotionSpoof,Quiver,Reach,ReverseStep,Rotation,SafeWalk,Scaffold,SelfAnvil,SelfTrap,SelfWeb,ServerSpoof,Slippy,Sneak,SoundBlocker,Spam,SpawnProofer,Speed,SpeedMine,Spider,Sprint,StashFinder,Step,StorageESP,Surround,Swarm,TimeChanger,Timer,Tracers,Trail,Trajectories,TridentBoost,TunnelESP,UnfocusedCPU,VeinMiner,Velocity,VoidESP,WallHack,WaypointsModule,Xray,Zoom
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mc
protected final net.minecraft.client.MinecraftClient mc -
category
-
name
-
title
-
description
-
color
-
settings
-
serialize
public boolean serialize -
runInMainMenu
public boolean runInMainMenu -
autoSubscribe
public boolean autoSubscribe -
keybind
-
toggleOnBindRelease
public boolean toggleOnBindRelease -
chatFeedback
public boolean chatFeedback -
favorite
public boolean favorite
-
-
Constructor Details
-
Module
-
-
Method Details
-
getWidget
-
onActivate
public void onActivate() -
onDeactivate
public void onDeactivate() -
toggle
public void toggle() -
sendToggledMsg
public void sendToggledMsg() -
info
public void info(net.minecraft.text.Text message) -
info
-
warning
-
error
-
isActive
public boolean isActive() -
getInfoString
-
toTag
public net.minecraft.nbt.NbtCompound toTag()- Specified by:
toTagin interfaceISerializable<Module>
-
fromTag
- Specified by:
fromTagin interfaceISerializable<Module>
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Module>
-