Class BattleHelper
java.lang.Object
com.pixelmonmod.tcg.client.helper.BattleHelper
Created by Waterdude on 04/04/2016.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
alertServerOfCardDrop
(int posIdentifier, ImmutableCard card) static net.minecraft.world.entity.Entity
static net.minecraft.world.entity.player.Player
static void
static void
static void
setViewEntity
(net.minecraft.world.entity.Entity entity)
-
Field Details
-
thirdP
public static net.minecraft.client.CameraType thirdP
-
-
Constructor Details
-
BattleHelper
public BattleHelper()
-
-
Method Details
-
setViewEntity
public static void setViewEntity(net.minecraft.world.entity.Entity entity) -
getViewEntity
public static net.minecraft.world.entity.Entity getViewEntity() -
resetViewEntity
public static void resetViewEntity() -
getViewPlayer
public static net.minecraft.world.entity.player.Player getViewPlayer() -
setCameraToPlayer
public static void setCameraToPlayer() -
alertServerOfCardDrop
-