Class RPContributorCapeHandler
- java.lang.Object
-
- com.therandomlabs.randompatches.client.RPContributorCapeHandler
-
@Environment(CLIENT) public final class RPContributorCapeHandler extends Object
Handles contributor capes for RandomPatches.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddownloadContributorList()Attempts to download the RandomPatches contributor list.static voidonPostRenderPlayer(net.minecraft.client.network.AbstractClientPlayerEntity player)Called after a player is rendered.static voidonPreRenderPlayer(net.minecraft.client.network.AbstractClientPlayerEntity player)Called before a player is rendered.
-
-
-
Method Detail
-
onPreRenderPlayer
public static void onPreRenderPlayer(net.minecraft.client.network.AbstractClientPlayerEntity player)
Called before a player is rendered.- Parameters:
player- anAbstractClientPlayerEntity.
-
onPostRenderPlayer
public static void onPostRenderPlayer(net.minecraft.client.network.AbstractClientPlayerEntity player)
Called after a player is rendered.- Parameters:
player- anAbstractClientPlayerEntity.
-
downloadContributorList
public static void downloadContributorList()
Attempts to download the RandomPatches contributor list.
-
-