net.minecraft.entity.passive

public class TadpoleEntity

extends FishEntity

All mapped superinterfaces:

Nameable, EntityLike, UniquelyIdentifiable, ScoreHolder, DataTracked, ComponentsAccess, HeldItemContext, StackReferenceGetter, DebugTrackable, EntryConvertible, Attackable, ServerWaypoint, Waypoint, Targeter, EquipmentHolder, Leashable, Bucketable

net.minecraft.world.entity.animal.frog.Tadpole
net.minecraft.class_7110
net.minecraft.entity.passive.TadpoleEntity

Field summary

Modifier and TypeField
private static final int
DEFAULT_AGE
field_57625
DEFAULT_TADPOLE_AGE
private static final TrackedData<Boolean>
AGE_LOCKED
field_1_1508
AGE_LOCKED
public static int
ticksToBeFrog
field_37496
MAX_TADPOLE_AGE
public static final float
HITBOX_WIDTH
field_39302
WIDTH
public static final float
HITBOX_HEIGHT
field_39303
HEIGHT
private int
age
field_37499
tadpoleAge
protected int
ageLockParticleTimer
field_1_1509
ageLockToggleDelay
private static final Brain$Profile<TadpoleEntity>
BRAIN_PROVIDER
field_1_1181
PROFILE

Constructor summary

ModifierConstructor
public (EntityType<? extends FishEntity> type, World level)

Method summary

Modifier and TypeMethod
protected EntityNavigation
createNavigation(Level level)
method_5965(class_1937 arg0)
createNavigation(World arg0)
protected Brain<TadpoleEntity>
makeBrain(Brain$Packed packedBrain)
method_18867(class_4095$class_1_142 arg0)
deserializeBrain(Brain$State arg0)
public Brain<TadpoleEntity>
getBrain()
method_18868()
getBrain()
protected SoundEvent
getFlopSound()
method_6457()
getFlopSound()
protected void
customServerAiStep(ServerLevel level)
method_5958(class_3218 arg0)
mobTick(ServerWorld arg0)
public static DefaultAttributeContainer$Builder
createAttributes()
method_41395()
createTadpoleAttributes()
public void
aiStep()
method_6007()
tickMovement()
protected void
addAdditionalSaveData(ValueOutput output)
method_5652(class_11372 arg0)
writeCustomData(WriteView arg0)
protected void
readAdditionalSaveData(ValueInput input)
method_5749(class_11368 arg0)
readCustomData(ReadView arg0)
protected void
defineSynchedData(SynchedEntityData$Builder entityData)
method_5693(class_2945$class_9222 arg0)
initDataTracker(DataTracker$Builder arg0)
protected void
setAgeLocked(boolean locked)
method_1_1806(boolean arg0)
setAgeLocked(boolean ageLocked)
public boolean
isAgeLocked()
method_1_1804()
isAgeLocked()
protected SoundEvent
getAmbientSound()
method_5994()
getAmbientSound()
protected SoundEvent
getHurtSound(DamageSource source)
method_6011(class_1282 arg0)
getHurtSound(DamageSource arg0)
protected SoundEvent
getDeathSound()
method_6002()
getDeathSound()
public ActionResult
mobInteract(Player player, InteractionHand hand)
method_5992(class_1657 arg0, class_1268 arg1)
interactMob(PlayerEntity arg0, Hand arg1)
private void
setAgeLockedData()
method_1_1807()
toggleAgeLock()
public boolean
fromBucket()
method_6453()
isFromBucket()
public void
setFromBucket(boolean fromBucket)
method_6454(boolean arg0)
setFromBucket(boolean arg0)
public void
saveToBucketTag(ItemStack bucket)
method_6455(class_1799 arg0)
copyDataToStack(ItemStack arg0)
public void
loadFromBucketTag(CompoundTag tag)
method_35170(class_2487 arg0)
copyDataFromNbt(NbtCompound arg0)
public ItemStack
getBucketItemStack()
method_6452()
getBucketItem()
public SoundEvent
getPickupSound()
method_35171()
getBucketFillSound()
private boolean
isFood(ItemStack itemStack)
method_41399(class_1799 arg0)
isFrogFood(ItemStack stack)
private void
feed(Player player, ItemStack itemStack)
method_41391(class_1657 arg0, class_1799 arg1)
eatSlimeBall(PlayerEntity player, ItemStack stack)
private void
usePlayerItem(Player player, ItemStack itemStack)
method_41393(class_1657 arg0, class_1799 arg1)
decrementItem(PlayerEntity player, ItemStack stack)
private int
getAge()
method_41396()
getTadpoleAge()
private void
ageUp(int ticksToAgeUp)
method_41392(int arg0)
increaseAge(int seconds)
private void
setAge(int newAge)
method_41394(int arg0)
setTadpoleAge(int tadpoleAge)
private void
ageUp()
method_41397()
growUp()
private int
getTicksLeftUntilAdult()
method_41398()
getTicksUntilGrowth()
public boolean
shouldDropExperience()
method_6054()
shouldDropExperience()
private void
lambda$ageUp$0(ServerLevel arg0, Frog arg1)
method_63651(class_3218 arg0, class_7102 arg1)
method_63651(ServerWorld arg0, FrogEntity frog)
private void
lambda$saveToBucketTag$0(CompoundTag arg0)
method_57306(class_2487 arg0)
method_57306(NbtCompound data)
private void
lambda$mobInteract$0(Mob arg0)
method_1_1805(class_1308 arg0)
method_1_1805(MobEntity arg0)
private static List
lambda$static$0(Tadpole arg0)
method_1_1362(class_7110 arg0)
method_1_1362(TadpoleEntity tadpole)