Uses of Enum Class
net.minecraft.world.entity.ai.behavior.TransportItemsBetweenContainers.ContainerInteractionState
Packages that use TransportItemsBetweenContainers.ContainerInteractionState
Package
Description
-
Uses of TransportItemsBetweenContainers.ContainerInteractionState in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior declared as TransportItemsBetweenContainers.ContainerInteractionStateFields in net.minecraft.world.entity.ai.behavior with type parameters of type TransportItemsBetweenContainers.ContainerInteractionStateModifier and TypeFieldDescriptionprivate final Map<TransportItemsBetweenContainers.ContainerInteractionState, TransportItemsBetweenContainers.OnTargetReachedInteraction> TransportItemsBetweenContainers.onTargetInteractionActionsMethods in net.minecraft.world.entity.ai.behavior that return TransportItemsBetweenContainers.ContainerInteractionStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TransportItemsBetweenContainers.ContainerInteractionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity.ai.behavior with parameters of type TransportItemsBetweenContainers.ContainerInteractionStateModifier and TypeMethodDescriptionprivate BiConsumer<PathfinderMob, Container> TransportItemsBetweenContainers.onReachedInteraction(TransportItemsBetweenContainers.ContainerInteractionState pInteractionState) private voidTransportItemsBetweenContainers.setInteractionState(TransportItemsBetweenContainers.ContainerInteractionState pInteractionState) Constructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type TransportItemsBetweenContainers.ContainerInteractionStateModifierConstructorDescriptionTransportItemsBetweenContainers(float pSpeedModifier, Predicate<BlockState> pSourceBlockType, Predicate<BlockState> pDestinationBlockType, int pHorizontalSearchDistance, int pVerticalSearchDistance, Map<TransportItemsBetweenContainers.ContainerInteractionState, TransportItemsBetweenContainers.OnTargetReachedInteraction> pOnTargetInteractionActions, Consumer<PathfinderMob> pOnStartTravelling, Predicate<TransportItemsBetweenContainers.TransportItemTarget> pShouldQueueForTarget) -
Uses of TransportItemsBetweenContainers.ContainerInteractionState in net.minecraft.world.entity.animal.coppergolem
Methods in net.minecraft.world.entity.animal.coppergolem that return types with arguments of type TransportItemsBetweenContainers.ContainerInteractionStateModifier and TypeMethodDescriptionprivate static Map<TransportItemsBetweenContainers.ContainerInteractionState, TransportItemsBetweenContainers.OnTargetReachedInteraction> CopperGolemAi.getTargetReachedInteractions()