Uses of Enum Class
net.minecraft.world.entity.ai.behavior.TransportItemsBetweenContainers.ContainerInteractionState
Packages that use TransportItemsBetweenContainers.ContainerInteractionState
-
Uses of TransportItemsBetweenContainers.ContainerInteractionState in net.minecraft.world.entity.ai.behavior
Subclasses with type arguments of type TransportItemsBetweenContainers.ContainerInteractionState in net.minecraft.world.entity.ai.behaviorModifier and TypeClassDescriptionstatic enumFields in net.minecraft.world.entity.ai.behavior declared as TransportItemsBetweenContainers.ContainerInteractionStateModifier and TypeFieldDescriptionprivate @Nullable TransportItemsBetweenContainers.ContainerInteractionStateTransportItemsBetweenContainers.interactionStateFields 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 state) private voidTransportItemsBetweenContainers.setInteractionState(TransportItemsBetweenContainers.ContainerInteractionState state) Constructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type TransportItemsBetweenContainers.ContainerInteractionStateModifierConstructorDescriptionTransportItemsBetweenContainers(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.ContainerInteractionState in net.minecraft.world.entity.animal.golem
Methods in net.minecraft.world.entity.animal.golem that return types with arguments of type TransportItemsBetweenContainers.ContainerInteractionStateModifier and TypeMethodDescriptionprivate static Map<TransportItemsBetweenContainers.ContainerInteractionState, TransportItemsBetweenContainers.OnTargetReachedInteraction> CopperGolemAi.getTargetReachedInteractions()