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 RefPlayerInteractManagerplayerInteractManagerpublic RefPlayerConnectionplayerConnectionpublic intcontainerCounterpublic RefAbstractContainerMenuinventoryMenupublic RefAbstractContainerMenucontainerMenupublic RefEntityFishingHookhookedFishpublic floatyBodyRotpublic floatyBodyRotOpublic floatyHeadRotpublic floatyHeadRotOpublic intattackStrengthTickerpublic floatxxapublic floatyyapublic floatzzapublic floatoRunpublic floatrunpublic floatanimSteppublic floatanimStep0public floatrotOffspublic floatoAttackAnimpublic floatattackAnimpublic intuseItemRemainingpublic intfallFlyTickspublic RefDamageSourcelastDamageSourcepublic final static RefEntityDataAccessor<String>DATA_CUSTOM_NAME_STRINGpublic final static RefEntityDataAccessor<Optional<RefComponent>>DATA_CUSTOM_NAME_COMPONENTpublic final static RefEntityDataAccessor<Boolean>DATA_CUSTOM_NAME_VISIBLEpublic final Randomrandompublic doublemotXpublic doublemotYpublic doublemotZpublic floatyawpublic floatpitchpublic floatlastYawpublic floatlastPitchpublic RefWorldworldpublic doublelastXpublic doublelastYpublic doublelastZpublic doublelocXpublic doublelocYpublic doublelocZ
-
Constructor Summary
Constructors Constructor Description RefEntityPlayer()
-
Method Summary
Modifier and Type Method Description native voidlookAt(RefAnchor anchorPoint, RefVec3 target)native voidopenSign(RefSignBlockEntity sign)native voidopenSign(RefSignBlockEntity sign, boolean front)native voidupdateInventory(RefAbstractContainerMenu container)native RefEntitygetCamera()native voidsetCamera(@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)
-
-
-
-