Uses of Enum Class
baritone.api.event.events.BlockInteractEvent.Type
Packages that use BlockInteractEvent.Type
-
Uses of BlockInteractEvent.Type in baritone.api.event.events
Methods in baritone.api.event.events that return BlockInteractEvent.TypeModifier and TypeMethodDescriptionfinal BlockInteractEvent.TypeBlockInteractEvent.getType()static BlockInteractEvent.TypeReturns the enum constant of this class with the specified name.static BlockInteractEvent.Type[]BlockInteractEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in baritone.api.event.events with parameters of type BlockInteractEvent.TypeModifierConstructorDescriptionBlockInteractEvent(net.minecraft.core.BlockPos pos, BlockInteractEvent.Type type)