Index

A C F G I K L M N R S V 
All Classes and Interfaces|All Packages

C

clientTick(Client) - Method in class com.jubiman.customplayerlib.CustomPlayersHandlerTickable
Client ticks all players in the userMap
clientTick(Client) - Method in class com.jubiman.customplayerlib.CustomPlayerTickable
Performs a client tick
clientTick(Client) - Method in interface com.jubiman.customplayerlib.tick.ITickable
Performs a client tick
clientTickAll(Client) - Static method in class com.jubiman.customplayerlib.CustomPlayerRegistry
Client ticks all registered CustomPlayers.
ClientTickPatch - Class in com.jubiman.customplayerlib.patch
Client ticks all players that implement ITickable
ClientTickPatch() - Constructor for class com.jubiman.customplayerlib.patch.ClientTickPatch
 
com.jubiman.customplayerlib - package com.jubiman.customplayerlib
 
com.jubiman.customplayerlib.patch - package com.jubiman.customplayerlib.patch
 
com.jubiman.customplayerlib.tick - package com.jubiman.customplayerlib.tick
 
CustomPlayer - Class in com.jubiman.customplayerlib
The instance of each individual player containing custom data
CustomPlayer(long) - Constructor for class com.jubiman.customplayerlib.CustomPlayer
Creates new CustomPlayer
CustomPlayerRegistry - Class in com.jubiman.customplayerlib
Registry where mods can register CustomPlayers
CustomPlayerRegistry() - Constructor for class com.jubiman.customplayerlib.CustomPlayerRegistry
 
CustomPlayersHandler<T extends CustomPlayer> - Class in com.jubiman.customplayerlib
Handler for handling custom players in your mod
CustomPlayersHandler(Class<T>, String) - Constructor for class com.jubiman.customplayerlib.CustomPlayersHandler
Constructs the storage class for custom players
CustomPlayersHandlerTickable<T extends CustomPlayerTickable> - Class in com.jubiman.customplayerlib
A tickable variant of the CustomPlayersHandler
CustomPlayersHandlerTickable(Class<T>, String) - Constructor for class com.jubiman.customplayerlib.CustomPlayersHandlerTickable
Constructs the tickable storage class for custom players
CustomPlayerTickable - Class in com.jubiman.customplayerlib
The tickable variant of a CustomPlayer.
CustomPlayerTickable(long) - Constructor for class com.jubiman.customplayerlib.CustomPlayerTickable
Creates new tickable CustomPlayer
A C F G I K L M N R S V 
All Classes and Interfaces|All Packages