net.minecraft.entity.ai.goal

public class OcelotSitOnBlockGoal

extends Goal

uw
net.minecraft.class_910
net.minecraft.entity.ai.goal.OcelotSitOnBlockGoal
net.minecraft.entity.ai.EntityAIOcelotSit

Field summary

Modifier and TypeField
private final OcelotEntity
a
field_3562
ocelot
field_151493_a
private final double
b
field_6852
speed
field_151491_b
private int
c
field_3564
timer
field_151492_c
private int
d
field_3565
sittingTimer
field_151489_d
private int
e
field_3566
maxStayTime
field_151490_e
private int
f
field_3567
targetBlockX
field_151487_f
private int
g
field_3568
targetBlockY
field_151488_g
private int
h
field_3569
targetBlockZ
field_151494_h

Constructor summary

ModifierConstructor
public (OcelotEntity ocelot, double speed)

Method summary

Modifier and TypeMethod
public boolean
a()
method_2742()
canStart()
shouldExecute()
public boolean
b()
method_2744()
shouldContinue()
continueExecuting()
public void
c()
method_2747()
start()
startExecuting()
public void
d()
method_2745()
stop()
resetTask()
public void
e()
method_2746()
tick()
updateTask()
private boolean
f()
method_2764()
isNearValidBlock()
func_151485_f()
private boolean
a(ahb arg0, int arg1, int arg2, int arg3)
method_2763(class_1150 arg0, int arg1, int arg2, int arg3)
canSitOnBlock(World world, int x, int y, int z)
func_151486_a(World arg0, int arg1, int arg2, int arg3)