Package pers.neige.neigeitems.ref.entity
Class RefEntityPlayer
-
- All Implemented Interfaces:
public final class RefEntityPlayer extends RefEntityHuman
-
-
Field Summary
Fields Modifier and Type Field Description public final RefPlayerInteractManager
playerInteractManager
public RefPlayerConnection
playerConnection
public int
containerCounter
public RefAbstractContainerMenu
inventoryMenu
public RefAbstractContainerMenu
containerMenu
public float
yBodyRot
public float
yBodyRotO
public float
yHeadRot
public float
yHeadRotO
public int
attackStrengthTicker
public float
xxa
public float
yya
public float
zza
public float
oRun
public float
run
public float
animStep
public float
animStep0
public float
rotOffs
public float
oAttackAnim
public float
attackAnim
public int
useItemRemaining
public int
fallFlyTicks
public RefDamageSource
lastDamageSource
public final static RefEntityDataAccessor<String>
DATA_CUSTOM_NAME_STRING
public final static RefEntityDataAccessor<Optional<RefComponent>>
DATA_CUSTOM_NAME_COMPONENT
public final static RefEntityDataAccessor<Boolean>
DATA_CUSTOM_NAME_VISIBLE
public double
motX
public double
motY
public double
motZ
public float
yaw
public float
pitch
public float
lastYaw
public float
lastPitch
public RefWorld
world
public double
lastX
public double
lastY
public double
lastZ
public double
locX
public double
locY
public double
locZ
-
Constructor Summary
Constructors Constructor Description RefEntityPlayer()
-
Method Summary
Modifier and Type Method Description native void
lookAt(RefAnchor anchorPoint, RefVec3 target)
native void
openSign(RefSignBlockEntity sign)
native void
openSign(RefSignBlockEntity sign, boolean front)
native void
updateInventory(RefAbstractContainerMenu container)
native RefEntity
getCamera()
native void
setCamera(@Nullable() RefEntity entity)
-
Methods inherited from class pers.neige.neigeitems.ref.entity.RefEntityHuman
attack, getAbsorptionAmount, jumpFromGround, setAbsorptionAmount
-
Methods inherited from class pers.neige.neigeitems.ref.entity.RefEntityLiving
getHeadRotation, getItemInHand, isFallFlying, onClimbable, setHeadRotation, setItemInHand, swing, swing, tickHeadTurn, travel
-
Methods inherited from class pers.neige.neigeitems.ref.entity.RefEntity
absMoveTo, addDeltaMovement, getAddEntityPacket, getBoundingBox, getBukkitEntity, getCustomName, getDeltaMovement, getEntityData, getEyeHeight, getId, getPitch, getRootVehicle, getType, getYaw, hasCustomName, isInWater, isPassenger, load, move, move, moveTo, save, saveAsPassenger, saveWithoutId, setCustomName, setDeltaMovement, setDeltaMovement, setInvisible, setPitch, setPosition, setYaw, tick
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
openSign
native void openSign(RefSignBlockEntity sign)
-
openSign
native void openSign(RefSignBlockEntity sign, boolean front)
-
updateInventory
native void updateInventory(RefAbstractContainerMenu container)
-
-
-
-