History - net.minecraft.world.entity.animal.coppergolem.CopperGolemAi
1.21.10
Names
Fields
Constructors
Methods
1.21.9
Names
csq
net.minecraft.world.entity.animal.coppergolem.CopperGolemAi
net.minecraft.class_11574
net.minecraft.entity.passive.CopperGolemBrain
net.minecraft.src.C_410844_
net.minecraft.world.entity.animal.coppergolem.CopperGolemAi
Fields
float: a, SPEED_MULTIPLIER_WHEN_PANICKING, field_61277, FLEEING_SPEED, f_412409_
float: b, SPEED_MULTIPLIER_WHEN_IDLING, field_61278, WALKING_SPEED, f_413947_
int: c, TRANSPORT_ITEM_HORIZONTAL_SEARCH_RADIUS, field_61279, HORIZONTAL_RANGE, f_413471_
int: d, TRANSPORT_ITEM_VERTICAL_SEARCH_RADIUS, field_61280, VERTICAL_RANGE, f_413315_
int: e, TICK_TO_START_ON_REACHED_INTERACTION, field_61281, OPEN_INTERACTION_TICKS, f_413227_
int: f, TICK_TO_PLAY_ON_REACHED_SOUND, field_61282, PLAY_SOUND_INTERACTION_TICKS, f_412921_
Predicate<BlockState>: g, TRANSPORT_ITEM_SOURCE_BLOCK, field_61283, INPUT_CHEST_PREDICATE, f_412249_
Predicate<BlockState>: h, TRANSPORT_ITEM_DESTINATION_BLOCK, field_61284, OUTPUT_CHEST_PREDICATE, f_413154_
com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super CopperGolem>>>: i, SENSOR_TYPES, field_61285, SENSORS, f_412129_
com.google.common.collect.ImmutableList<MemoryModuleType<?>>: j, MEMORY_TYPES, field_61286, MEMORY_MODULES, f_412429_
Constructors
()
Methods
Brain$Provider<CopperGolem> (): a, brainProvider, method_72479, createBrainProfile, m_417855_
Brain<?> (Brain<CopperGolem>): a, makeBrain, method_72481, create, m_415104_
void (CopperGolem): a, updateActivity, method_72483, updateActivity, m_420023_
void (Brain<CopperGolem>): b, initCoreActivity, method_72488, addCoreActivities, m_416741_
void (Brain<CopperGolem>): c, initIdleActivity, method_72491, addIdleActivities, m_419141_
Map<TransportItemsBetweenContainers$ContainerInteractionState, TransportItemsBetweenContainers$OnTargetReachedInteraction> (): b, getTargetReachedInteractions, method_72487, createInteractionCallbacks, m_415948_
TransportItemsBetweenContainers$OnTargetReachedInteraction (CopperGolemState, SoundEvent): a, onReachedTargetInteraction, method_72484, createInteractionCallback, m_416918_
Consumer<PathfinderMob> (): c, onTravelling, method_72490, createResetToIdleCallback, m_420271_
Predicate<TransportItemsBetweenContainers$TransportItemTarget> (): d, shouldQueueForTarget, method_72492, createStoragePredicate, m_418716_