Class ZombieNautilusEntity
java.lang.Object
org.geysermc.geyser.entity.type.Entity
org.geysermc.geyser.entity.type.LivingEntity
org.geysermc.geyser.entity.type.living.MobEntity
org.geysermc.geyser.entity.type.living.CreatureEntity
org.geysermc.geyser.entity.type.living.AgeableEntity
org.geysermc.geyser.entity.type.living.animal.AnimalEntity
org.geysermc.geyser.entity.type.living.animal.tameable.TameableEntity
org.geysermc.geyser.entity.type.living.animal.nautilus.AbstractNautilusEntity
org.geysermc.geyser.entity.type.living.animal.nautilus.ZombieNautilusEntity
- All Implemented Interfaces:
org.geysermc.geyser.api.entity.type.GeyserEntity,Leashable,VariantHolder<ZombieNautilusEntity.BuiltInVariant>,Tickable,ClientVehicle
public class ZombieNautilusEntity
extends AbstractNautilusEntity
implements VariantHolder<ZombieNautilusEntity.BuiltInVariant>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.geysermc.geyser.entity.type.living.animal.VariantHolder
VariantHolder.BuiltIn -
Field Summary
FieldsFields inherited from class org.geysermc.geyser.entity.type.living.animal.tameable.TameableEntity
ownerBedrockIdFields inherited from class org.geysermc.geyser.entity.type.LivingEntity
attributeScale, dirtyHeadYaw, dirtyPitch, dirtyYaw, equipment, health, maxHealthFields inherited from class org.geysermc.geyser.entity.type.Entity
customName, customNameVisible, definition, dirtyMetadata, entityId, flags, geyserId, headYaw, motion, nametag, onGround, passengers, pitch, position, propertyManager, session, silent, uuid, valid, vehicle, yaw -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidShould set the variant for bedrock.The registry inJavaRegistriesfor this mob's variants.Methods inherited from class org.geysermc.geyser.entity.type.living.animal.nautilus.AbstractNautilusEntity
canUseSlot, doesJumpDismount, getFoodTag, getRiddenInput, getVehicleComponent, getVehicleSpeed, setBody, setDashing, shouldSimulateMovement, testMobInteraction, updateSaddledMethods inherited from class org.geysermc.geyser.entity.type.living.animal.tameable.TameableEntity
canBeLeashed, getOwnerBedrockId, setOwner, setTameableFlagsMethods inherited from class org.geysermc.geyser.entity.type.living.animal.AnimalEntity
canEat, mobInteractMethods inherited from class org.geysermc.geyser.entity.type.living.AgeableEntity
getAdultSize, getBabySize, initializeMetadata, isBaby, setBabyMethods inherited from class org.geysermc.geyser.entity.type.living.MobEntity
canShearEquipment, interact, isEnemy, leashHolderBedrockId, setLeashHolderBedrockId, setMobFlags, testInteractionMethods inherited from class org.geysermc.geyser.entity.type.LivingEntity
calculateAttribute, checkInteractWithNameTag, createHealthAttribute, getEquipment, getItemInSlot, getLerpPosition, getLerpSteps, getMainHandItem, getOffHandItem, hasBodyArmor, hasShield, isAlive, isDirtyHeadYaw, isDirtyPitch, isDirtyYaw, isEquippableInSlot, isHolding, isMaxFrozenState, isShaking, moveAbsolute, moveRelative, setAttributeScale, setBedPosition, setBoots, setBoundingBoxHeight, setBoundingBoxWidth, setChestplate, setCustomName, setDimensionsFromPose, setDirtyHeadYaw, setDirtyPitch, setDirtyYaw, setEquipment, setFreezing, setHand, setHealth, setHelmet, setLeggings, setLerpPosition, setLerpSteps, setLivingEntityFlags, setMaxFrozenState, setMaxHealth, setOffhand, setParticles, setPassengers, setSaddle, setScale, setSpinAttack, shouldLerp, switchHands, tick, updateArmor, updateAttribute, updateBedrockAttributes, updateMainHand, updateNametag, updateOffHand, useArmSwingAttackMethods inherited from class org.geysermc.geyser.entity.type.Entity
addAdditionalSpawnData, bedrockPosition, bedrockRotation, despawnEntity, getBoundingBoxHeight, getBoundingBoxWidth, getDefinition, getDirtyMetadata, getDisplayName, getEntityId, getFlag, getHeadYaw, getMaxAir, getMotion, getNametag, getOffset, getPassengers, getPitch, getPosition, getPropertyManager, getSession, getVehicle, getYaw, geyserId, hasLeashesToDrop, interactAt, isCustomNameVisible, isOnGround, isSilent, isValid, javaId, moveAbsolute, moveAbsoluteRaw, moveRelativeRaw, playEntityEvent, playEntityEvent, position, scoreVisibility, setAir, setAirSupply, setClientSideSilent, setCustomNameVisible, setDefinition, setEntityId, setFlag, setFlags, setFlagsDirty, setGliding, setGravity, setHeadYaw, setInvisible, setMotion, setNameEntityData, setNametag, setNametagAlwaysShow, setOffset, setOnGround, setPitch, setPose, setPosition, setRiderSeatPosition, setSilent, setSneaking, setSprinting, setValid, setVehicle, setYaw, spawnEntity, standardDisplayName, teamIdentifier, teleport, updateBedrockEntityProperties, updateBedrockMetadata, updateHeadLookRotation, updateInteractiveTag, updateMountOffset, updateNametag, updatePassengerOffsets, updatePositionAndRotation, updatePropertiesBatched, updateRotation, uuid, uuidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.geyser.entity.vehicle.ClientVehicle
canClimb, canWalkOnLavaMethods inherited from interface org.geysermc.geyser.api.entity.type.GeyserEntity
updatePropertiesBatched, updatePropertyMethods inherited from interface org.geysermc.geyser.entity.type.living.animal.VariantHolder
getSession, setVariant, setVariantFromJavaId
-
Field Details
-
VARIANT_ENUM_PROPERTY
-
VARIANT_READER
public static final RegistryCache.RegistryReader<ZombieNautilusEntity.BuiltInVariant> VARIANT_READER
-
-
Constructor Details
-
ZombieNautilusEntity
-
-
Method Details
-
setBedrockVariant
Description copied from interface:VariantHolderShould set the variant for bedrock.- Specified by:
setBedrockVariantin interfaceVariantHolder<ZombieNautilusEntity.BuiltInVariant>
-
variantRegistry
Description copied from interface:VariantHolderThe registry inJavaRegistriesfor this mob's variants. The registry can utilise theVariantHolder.reader(Class, Enum)method to create a reader to be used inRegistryCache.- Specified by:
variantRegistryin interfaceVariantHolder<ZombieNautilusEntity.BuiltInVariant>
-