net.minecraft.world.entity.animal.frog

public class Tadpole

extends AbstractFish

All mapped superinterfaces:

Nameable, EntityAccess, CommandSource, Bucketable

bot
net.minecraft.world.entity.animal.frog.Tadpole
net.minecraft.class_7110
net.minecraft.entity.passive.TadpoleEntity
net.minecraft.src.C_213046_
net.minecraft.world.entity.animal.frog.Tadpole

Field summary

Modifier and TypeField
public static int
b
ticksToBeFrog
field_37496
MAX_TADPOLE_AGE
f_218678_
public static float
c
HITBOX_WIDTH
field_39302
WIDTH
f_218681_
public static float
d
HITBOX_HEIGHT
field_39303
HEIGHT
f_218682_
private int
bY
age
field_37499
tadpoleAge
f_218680_
protected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Tadpole>>>
e
SENSOR_TYPES
field_37497
SENSORS
f_218683_
protected static final com.google.common.collect.ImmutableList<MemoryModuleType<?>>
bX
MEMORY_TYPES
field_37498
MEMORY_MODULES
f_218679_

Constructor summary

ModifierConstructor
public (EntityType<? extends AbstractFish> p_218687_, Level arg1)

Method summary

Modifier and TypeMethod
protected PathNavigation
a(cgx arg0)
createNavigation(Level arg0)
method_5965(class_1937 arg0)
createNavigation(World arg0)
m_6037_(C_1596_ arg0)
protected Brain$Provider<Tadpole>
dz()
brainProvider()
method_28306()
createBrainProfile()
m_5490_()
protected Brain<?>
a(com.mojang.serialization.Dynamic<?> arg0)
makeBrain(com.mojang.serialization.Dynamic<?> arg0)
method_18867(com.mojang.serialization.Dynamic<?> arg0)
deserializeBrain(com.mojang.serialization.Dynamic<?> arg0)
m_8075_(com.mojang.serialization.Dynamic<?> arg0)
public Brain<Tadpole>
dy()
getBrain()
method_18868()
getBrain()
m_6274_()
protected SoundEvent
fK()
getFlopSound()
method_6457()
getFlopSound()
m_5699_()
protected void
T()
customServerAiStep()
method_5958()
mobTick()
m_8024_()
public static AttributeSupplier$Builder
fL()
createAttributes()
method_41395()
createTadpoleAttributes()
m_218720_()
public void
w_()
aiStep()
method_6007()
tickMovement()
m_8107_()
public void
b(pj arg0)
addAdditionalSaveData(CompoundTag arg0)
method_5652(class_2487 arg0)
writeCustomDataToNbt(NbtCompound arg0)
m_7380_(C_4917_ arg0)
public void
a(pj arg0)
readAdditionalSaveData(CompoundTag arg0)
method_5749(class_2487 arg0)
readCustomDataFromNbt(NbtCompound arg0)
m_7378_(C_4917_ arg0)
protected SoundEvent
r()
getAmbientSound()
method_5994()
getAmbientSound()
m_7515_()
protected SoundEvent
c(baw arg0)
getHurtSound(DamageSource arg0)
method_6011(class_1282 arg0)
getHurtSound(DamageSource arg0)
m_7975_(C_489_ arg0)
protected SoundEvent
x_()
getDeathSound()
method_6002()
getDeathSound()
m_5592_()
public InteractionResult
b(buc arg0, bai arg1)
mobInteract(Player arg0, InteractionHand arg1)
method_5992(class_1657 arg0, class_1268 arg1)
interactMob(PlayerEntity arg0, Hand arg1)
m_6071_(C_1141_ p_218704_, C_470_ arg1)
protected void
R()
sendDebugPackets()
method_18409()
sendAiDebugData()
m_8025_()
public boolean
q()
fromBucket()
method_6453()
isFromBucket()
m_27487_()
public void
v(boolean arg0)
setFromBucket(boolean arg0)
method_6454(boolean arg0)
setFromBucket(boolean arg0)
m_27497_(boolean arg0)
public void
m(cax arg0)
saveToBucketTag(ItemStack arg0)
method_6455(class_1799 arg0)
copyDataToStack(ItemStack arg0)
m_6872_(C_1391_ arg0)
public void
c(pj arg0)
loadFromBucketTag(CompoundTag arg0)
method_35170(class_2487 arg0)
copyDataFromNbt(NbtCompound arg0)
m_142278_(C_4917_ arg0)
public ItemStack
b()
getBucketItemStack()
method_6452()
getBucketItem()
m_28282_()
public SoundEvent
t()
getPickupSound()
method_35171()
getBucketFillSound()
m_142623_()
private boolean
n(cax arg0)
isFood(ItemStack arg0)
method_41399(class_1799 arg0)
isSlimeBall(ItemStack stack)
m_218726_(C_1391_ arg0)
private void
a(buc arg0, cax arg1)
feed(Player arg0, ItemStack arg1)
method_41391(class_1657 arg0, class_1799 arg1)
eatSlimeBall(PlayerEntity player, ItemStack stack)
m_218690_(C_1141_ p_218692_, C_1391_ arg1)
private void
b(buc arg0, cax arg1)
usePlayerItem(Player arg0, ItemStack arg1)
method_41393(class_1657 arg0, class_1799 arg1)
decrementItem(PlayerEntity player, ItemStack stack)
m_218705_(C_1141_ p_218707_, C_1391_ arg1)
private int
fM()
getAge()
method_41396()
getTadpoleAge()
m_218721_()
private void
b(int arg0)
ageUp(int arg0)
method_41392(int arg0)
increaseAge(int seconds)
m_218700_(int arg0)
private void
c(int arg0)
setAge(int arg0)
method_41394(int arg0)
setTadpoleAge(int tadpoleAge)
m_218710_(int arg0)
private void
fN()
ageUp()
method_41397()
growUp()
m_218722_()
private int
fO()
getTicksLeftUntilAdult()
method_41398()
getTicksUntilGrowth()
m_218723_()
public boolean
dM()
shouldDropExperience()
method_6054()
shouldDropXp()
m_6149_()