Uses of Interface
net.minecraft.world.entity.ai.behavior.TransportItemsBetweenContainers.OnTargetReachedInteraction
Packages that use TransportItemsBetweenContainers.OnTargetReachedInteraction
-
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.golem
Methods in net.minecraft.world.entity.animal.golem that return TransportItemsBetweenContainers.OnTargetReachedInteractionModifier and TypeMethodDescriptionprivate static TransportItemsBetweenContainers.OnTargetReachedInteractionCopperGolemAi.onReachedTargetInteraction(CopperGolemState state, @Nullable SoundEvent sound) Methods in net.minecraft.world.entity.animal.golem that return types with arguments of type TransportItemsBetweenContainers.OnTargetReachedInteractionModifier and TypeMethodDescriptionprivate static Map<TransportItemsBetweenContainers.ContainerInteractionState, TransportItemsBetweenContainers.OnTargetReachedInteraction> CopperGolemAi.getTargetReachedInteractions()