net.minecraft.world.entity.animal.frog

public class Tadpole

extends AbstractFish

All mapped superinterfaces:

SyncedDataHolder, Nameable, EntityAccess, ScoreHolder, Attackable, EquipmentUser, Leashable, Targeting, Bucketable

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

Field summary

Modifier and TypeField
public static int
a
ticksToBeFrog
field_37496
MAX_TADPOLE_AGE
public static final float
b
HITBOX_WIDTH
field_39302
WIDTH
public static final float
c
HITBOX_HEIGHT
field_39303
HEIGHT
private int
cb
age
field_37499
tadpoleAge
protected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Tadpole>>>
bZ
SENSOR_TYPES
field_37497
SENSORS
protected static final com.google.common.collect.ImmutableList<MemoryModuleType<?>>
ca
MEMORY_TYPES
field_37498
MEMORY_MODULES

Constructor summary

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

Method summary

Modifier and TypeMethod
protected PathNavigation
b(dhi arg0)
createNavigation(Level arg0)
method_5965(class_1937 arg0)
createNavigation(World arg0)
protected Brain$Provider<Tadpole>
ed()
brainProvider()
method_28306()
createBrainProfile()
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)
public Brain<Tadpole>
ec()
getBrain()
method_18868()
getBrain()
protected SoundEvent
go()
getFlopSound()
method_6457()
getFlopSound()
protected void
a(ash arg0)
customServerAiStep(ServerLevel arg0)
method_5958(class_3218 arg0)
mobTick(ServerWorld arg0)
public static AttributeSupplier$Builder
gp()
createAttributes()
method_41395()
createTadpoleAttributes()
public void
d_()
aiStep()
method_6007()
tickMovement()
public void
b(ux arg0)
addAdditionalSaveData(CompoundTag arg0)
method_5652(class_2487 arg0)
writeCustomDataToNbt(NbtCompound arg0)
public void
a(ux arg0)
readAdditionalSaveData(CompoundTag arg0)
method_5749(class_2487 arg0)
readCustomDataFromNbt(NbtCompound arg0)
protected SoundEvent
u()
getAmbientSound()
method_5994()
getAmbientSound()
protected SoundEvent
e(bua arg0)
getHurtSound(DamageSource arg0)
method_6011(class_1282 arg0)
getHurtSound(DamageSource arg0)
protected SoundEvent
o_()
getDeathSound()
method_6002()
getDeathSound()
public InteractionResult
b(cpx arg0, bti arg1)
mobInteract(Player arg0, InteractionHand arg1)
method_5992(class_1657 arg0, class_1268 arg1)
interactMob(PlayerEntity arg0, Hand arg1)
protected void
Y()
sendDebugPackets()
method_18409()
sendAiDebugData()
public boolean
p()
fromBucket()
method_6453()
isFromBucket()
public void
x(boolean arg0)
setFromBucket(boolean arg0)
method_6454(boolean arg0)
setFromBucket(boolean arg0)
public void
i(cxp arg0)
saveToBucketTag(ItemStack arg0)
method_6455(class_1799 arg0)
copyDataToStack(ItemStack arg0)
public void
h(ux arg0)
loadFromBucketTag(CompoundTag arg0)
method_35170(class_2487 arg0)
copyDataFromNbt(NbtCompound arg0)
public ItemStack
X_()
getBucketItemStack()
method_6452()
getBucketItem()
public SoundEvent
t()
getPickupSound()
method_35171()
getBucketFillSound()
private boolean
j(cxp arg0)
isFood(ItemStack arg0)
method_41399(class_1799 arg0)
isFrogFood(ItemStack stack)
private void
a(cpx arg0, cxp arg1)
feed(Player arg0, ItemStack arg1)
method_41391(class_1657 arg0, class_1799 arg1)
eatSlimeBall(PlayerEntity player, ItemStack stack)
private void
b(cpx arg0, cxp arg1)
usePlayerItem(Player arg0, ItemStack arg1)
method_41393(class_1657 arg0, class_1799 arg1)
decrementItem(PlayerEntity player, ItemStack stack)
private int
gq()
getAge()
method_41396()
getTadpoleAge()
private void
b(int arg0)
ageUp(int arg0)
method_41392(int arg0)
increaseAge(int seconds)
private void
c(int arg0)
setAge(int arg0)
method_41394(int arg0)
setTadpoleAge(int tadpoleAge)
private void
gr()
ageUp()
method_41397()
growUp()
private int
gs()
getTicksLeftUntilAdult()
method_41398()
getTicksUntilGrowth()
public boolean
en()
shouldDropExperience()
method_6054()
shouldDropXp()