- All Superinterfaces:
Entity
-
Method Summary
Modifier and TypeMethodDescriptionintintintintshortfloatfloatfloatlongintvoidvoidsetDuration(int duration) voidsetParticleId(int particleId) voidsetPickupCount(int pickupCount) voidsetPotionColor(int argp) voidsetPotionColor(int alpha, int red, int green, int blue) voidsetPotionId(int potionId) voidsetRadius(float radius) voidsetRadiusChangeOnPickup(float radiusChangeOnPickup) voidsetRadiusPerTick(float radiusPerTick) voidsetSpawnTime(long spawnTime) voidsetWaitTime(int waitTime) Methods inherited from interface org.cloudburstmc.api.entity.Entity
addEffect, attack, attack, canBeMovedByCurrents, canCollide, canCollideWith, canPassThrough, canTriggerPressurePlate, close, despawnFrom, despawnFromAll, dismount, extinguish, fall, getAbsorption, getBoundingBox, getChunk, getDirection, getDirectionPlane, getDirectionVector, getDrag, getEffect, getEffect, getEffects, getEyeHeight, getFireTicks, getGravity, getHealth, getHeight, getHighestPosition, getHorizontalDirection, getLastDamageCause, getLength, getLevel, getLocation, getMaxHealth, getMotion, getName, getNameTag, getNoDamageTicks, getOwner, getPassengers, getPitch, getPosition, getRuntimeId, getScale, getSeatPosition, getServer, getType, getUniqueId, getVehicle, getViewers, getWidth, getX, getY, getYaw, getZ, hasControllingPassenger, hasEffect, hasEffect, hasNameTag, heal, heal, isAlive, isClosed, isControlling, isNameTagVisible, isOnFire, isOnGround, isPassenger, isUndead, kill, mount, mount, onDismount, onEntityCollision, onInteract, onMount, onStruckByLightning, onUpdate, removeAllEffects, removeEffect, removeEffect, resetFallDistance, setAbsorption, setHealth, setHighestPosition, setMaxHealth, setMotion, setNameTag, setNameTagVisible, setNoDamageTicks, setOnFire, setOnGround, setOwner, setPosition, setPositionAndRotation, setRotation, setScale, setSeatPosition, spawnTo, spawnToAll, teleport, teleport, teleport, teleport
-
Method Details
-
getWaitTime
int getWaitTime() -
setWaitTime
void setWaitTime(int waitTime) -
getPotionId
short getPotionId() -
setPotionId
void setPotionId(int potionId) -
recalculatePotionColor
void recalculatePotionColor() -
getPotionColor
int getPotionColor() -
setPotionColor
void setPotionColor(int argp) -
setPotionColor
void setPotionColor(int alpha, int red, int green, int blue) -
getPickupCount
int getPickupCount() -
setPickupCount
void setPickupCount(int pickupCount) -
getRadiusChangeOnPickup
float getRadiusChangeOnPickup() -
setRadiusChangeOnPickup
void setRadiusChangeOnPickup(float radiusChangeOnPickup) -
getRadiusPerTick
float getRadiusPerTick() -
setRadiusPerTick
void setRadiusPerTick(float radiusPerTick) -
getSpawnTime
long getSpawnTime() -
setSpawnTime
void setSpawnTime(long spawnTime) -
getDuration
int getDuration() -
setDuration
void setDuration(int duration) -
getRadius
float getRadius() -
setRadius
void setRadius(float radius) -
getParticleId
int getParticleId() -
setParticleId
void setParticleId(int particleId) -
getCloudEffects
-