Uses of Interface
net.minecraft.world.entity.ai.behavior.TransportItemsBetweenContainers.OnTargetReachedInteraction
Packages that use TransportItemsBetweenContainers.OnTargetReachedInteraction
Package
Description
-
Uses of TransportItemsBetweenContainers.OnTargetReachedInteraction in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior with type parameters of type TransportItemsBetweenContainers.OnTargetReachedInteractionModifier and TypeFieldDescriptionprivate final Map<TransportItemsBetweenContainers.ContainerInteractionState, TransportItemsBetweenContainers.OnTargetReachedInteraction> TransportItemsBetweenContainers.onTargetInteractionActionsConstructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type TransportItemsBetweenContainers.OnTargetReachedInteractionModifierConstructorDescriptionTransportItemsBetweenContainers(float speedModifier, Predicate<BlockState> sourceBlockType, Predicate<BlockState> destinationBlockType, int horizontalSearchDistance, int verticalSearchDistance, Map<TransportItemsBetweenContainers.ContainerInteractionState, TransportItemsBetweenContainers.OnTargetReachedInteraction> onTargetInteractionActions, Consumer<PathfinderMob> onStartTravelling, Predicate<TransportItemsBetweenContainers.TransportItemTarget> shouldQueueForTarget) -
Uses of TransportItemsBetweenContainers.OnTargetReachedInteraction in net.minecraft.world.entity.animal.coppergolem
Methods in net.minecraft.world.entity.animal.coppergolem that return TransportItemsBetweenContainers.OnTargetReachedInteractionModifier and TypeMethodDescriptionprivate static TransportItemsBetweenContainers.OnTargetReachedInteractionCopperGolemAi.onReachedTargetInteraction(CopperGolemState statue, SoundEvent sound) Methods in net.minecraft.world.entity.animal.coppergolem that return types with arguments of type TransportItemsBetweenContainers.OnTargetReachedInteractionModifier and TypeMethodDescriptionprivate static Map<TransportItemsBetweenContainers.ContainerInteractionState, TransportItemsBetweenContainers.OnTargetReachedInteraction> CopperGolemAi.getTargetReachedInteractions()