public class BattleHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.client.settings.PointOfView |
thirdP |
| Constructor and Description |
|---|
BattleHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
alertServerOfCardDrop(int posIdentifier,
ImmutableCard card) |
static net.minecraft.entity.Entity |
getViewEntity() |
static net.minecraft.entity.player.PlayerEntity |
getViewPlayer() |
static void |
resetViewEntity() |
static void |
setCameraToPlayer() |
static void |
setViewEntity(net.minecraft.entity.Entity entity) |
public static void setViewEntity(net.minecraft.entity.Entity entity)
public static net.minecraft.entity.Entity getViewEntity()
public static void resetViewEntity()
public static net.minecraft.entity.player.PlayerEntity getViewPlayer()
public static void setCameraToPlayer()
public static void alertServerOfCardDrop(int posIdentifier,
ImmutableCard card)